« get me outta code hell

hsmusic-wiki - HSMusic - static wiki software cataloguing collaborative creation
about summary refs log tree commit diff
path: root/src/misc-templates.js
diff options
context:
space:
mode:
Diffstat (limited to 'src/misc-templates.js')
-rw-r--r--src/misc-templates.js8
1 files changed, 2 insertions, 6 deletions
diff --git a/src/misc-templates.js b/src/misc-templates.js
index c627533..2614aac 100644
--- a/src/misc-templates.js
+++ b/src/misc-templates.js
@@ -1,5 +1,3 @@
-/** @format */
-
 // Miscellaneous utility functions which are useful across page specifications.
 // These are made available right on a page spec's ({wikiData, language, ...})
 // args object!
@@ -163,9 +161,7 @@ function unbound_generateChronologyLinks(currentThing, {
   }
 
   if (contributions.length > 8) {
-    return `<div class="chronology">${language.$(
-      'misc.chronology.seeArtistPages'
-    )}</div>`;
+    return `<div class="chronology">${language.$('misc.chronology.seeArtistPages')}</div>`;
   }
 
   return contributions
@@ -789,4 +785,4 @@ export {
   unbound_generateNavigationLinks as generateNavigationLinks,
 
   unbound_getFooterLocalizationLinks as getFooterLocalizationLinks,
-}
\ No newline at end of file
+}