« get me outta code hell

content: misc. code style updates - hsmusic-wiki - HSMusic - static wiki software cataloguing collaborative creation
about summary refs log tree commit diff
path: root/src/content/dependencies/generateAlbumSocialEmbedDescription.js
diff options
context:
space:
mode:
author(quasar) nebula <qznebula@protonmail.com>2023-06-12 16:55:42 -0300
committer(quasar) nebula <qznebula@protonmail.com>2023-06-12 16:55:42 -0300
commit898969a17b90f9c11af78ad268bb3accbb090654 (patch)
treeb48947329374e685a7a5db026c28428301f74426 /src/content/dependencies/generateAlbumSocialEmbedDescription.js
parent45895eee6b93a40f433a442d13829d1339f82801 (diff)
content: misc. code style updates
Diffstat (limited to 'src/content/dependencies/generateAlbumSocialEmbedDescription.js')
-rw-r--r--src/content/dependencies/generateAlbumSocialEmbedDescription.js4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/content/dependencies/generateAlbumSocialEmbedDescription.js b/src/content/dependencies/generateAlbumSocialEmbedDescription.js
index 5fa67b2..40f696f 100644
--- a/src/content/dependencies/generateAlbumSocialEmbedDescription.js
+++ b/src/content/dependencies/generateAlbumSocialEmbedDescription.js
@@ -28,9 +28,7 @@ export default {
     return data;
   },
 
-  generate(data, {
-    language,
-  }) {
+  generate(data, {language}) {
     return language.formatString(
       'albumPage.socialEmbed.body' + [
         data.hasDuration && '.withDuration',