From 602223d39e0523ff8e889088a1fb53f9622d7513 Mon Sep 17 00:00:00 2001 From: Hawli <126889064+hawl1@users.noreply.github.com> Date: Sat, 11 May 2024 16:06:34 +0000 Subject: [PATCH] Remove lines for readability --- api/index.go | 3 --- 1 file changed, 3 deletions(-) diff --git a/api/index.go b/api/index.go index 5560fac..d8a7142 100644 --- a/api/index.go +++ b/api/index.go @@ -14,9 +14,6 @@ import ( var icons map[string]string = make(map[string]string) var iconNameList []string var themedIcons []string - - - var shortNames = map[string]string{ "js": "javascript", "ts": "typescript",