« get me outta code hell

hsmusic-wiki - HSMusic - static wiki software cataloguing collaborative creation
about summary refs log tree commit diff
path: root/src/data
diff options
context:
space:
mode:
Diffstat (limited to 'src/data')
-rw-r--r--src/data/things/album.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/data/things/album.js b/src/data/things/album.js
index 58d5253c..c0042d25 100644
--- a/src/data/things/album.js
+++ b/src/data/things/album.js
@@ -505,8 +505,8 @@ export class Album extends Thing {
       bindTo: 'albumData',
 
       getMatchableNames: album =>
-        (album.alwaysReferenceByDirectory 
-          ? [] 
+        (album.alwaysReferenceByDirectory
+          ? []
           : [album.name]),
     },