Skip to content

Commit

Permalink
style: ktlint check
Browse files Browse the repository at this point in the history
  • Loading branch information
SeongHoonC committed May 19, 2024
1 parent 935428a commit fabecc5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ class ArtistDetailViewModel @Inject constructor(
onBookmarkClick = ::toggleArtistBookmark,
)

if(!festivalPage.isLastPage) {
if (!festivalPage.isLastPage) {
return@launch
}
val lastFestival = festivalPage.festivals.lastOrNull()
Expand Down

0 comments on commit fabecc5

Please sign in to comment.