From 00a6e8aa8dd06f8a2bd7ccccdccfcb6215cf4841 Mon Sep 17 00:00:00 2001 From: Ben Beltran Date: Tue, 18 Feb 2020 23:34:51 +0100 Subject: Add svelte linting --- app/utils/glyph_hash.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'app/utils') diff --git a/app/utils/glyph_hash.js b/app/utils/glyph_hash.js index 2d9b3f3..120c02a 100644 --- a/app/utils/glyph_hash.js +++ b/app/utils/glyph_hash.js @@ -27,7 +27,7 @@ const getGlyphHashFragment = function (uuidFragment) { return { glyph: internals.kGlyphs[glyphIndex], color: `#${uuidFragment.substring(2,8)}` - } + }; }; // Return an array of glyphs based on a UUIDv4 -- cgit