Skip to content

Commit 9809a75

Browse files
authored
style: Reformat with Prettier (#2296)
1 parent c9739b2 commit 9809a75

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

src/components/TrackListItem.vue

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,9 @@
4242
:exclude="$parent.albumObject.artist.name"
4343
prefix="-"
4444
/></span>
45-
<span v-if="isAlbum && (track.mark & 1048576) === 1048576" class="explicit-symbol"
45+
<span
46+
v-if="isAlbum && (track.mark & 1048576) === 1048576"
47+
class="explicit-symbol"
4648
><ExplicitSymbol
4749
/></span>
4850
</div>

src/views/album.vue

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,9 @@
2828
<span v-else>Compilation by Various Artists</span>
2929
</div>
3030
<div class="date-and-count">
31-
<span v-if="(album.mark & 1048576) === 1048576" class="explicit-symbol"
31+
<span
32+
v-if="(album.mark & 1048576) === 1048576"
33+
class="explicit-symbol"
3234
><ExplicitSymbol
3335
/></span>
3436
<span :title="album.publishTime | formatDate">{{

0 commit comments

Comments
 (0)