Skip to content

Commit

Permalink
🎨 :: μ½”λ“œ Formatting 적용
Browse files Browse the repository at this point in the history
  • Loading branch information
baekteun committed Sep 1, 2024
1 parent c5a2182 commit 47224aa
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -228,8 +228,8 @@ private extension CreditSongListTabItemReactor {
}

let isOnlyShorts = currentState.songs
.filter({ currentState.selectedSongs.contains($0.id) })
.allSatisfy({ $0.title.isContainShortsTagTitle })
.filter { currentState.selectedSongs.contains($0.id) }
.allSatisfy { $0.title.isContainShortsTagTitle }
let playPlatform = if isOnlyShorts {
WakmusicYoutubePlayer.PlayPlatform.youtube
} else {
Expand Down

0 comments on commit 47224aa

Please sign in to comment.