Skip to content

Commit

Permalink
chore(formatting): Appease spotless
Browse files Browse the repository at this point in the history
  • Loading branch information
jmir1 committed Jan 18, 2025
1 parent e1cc45f commit 20cb52c
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -120,10 +120,10 @@ data class Anime(
const val EPISODE_DISPLAY_NUMBER = 0x00100000L
const val EPISODE_DISPLAY_MASK = 0x00100000L

const val ANIME_INTRO_MASK = 0x0000000000000FFL
const val ANIME_INTRO_DISABLE_MASK = 0x100000000000000L
const val ANIME_INTRO_MASK = 0x0000000000000FFL
const val ANIME_INTRO_DISABLE_MASK = 0x100000000000000L
const val ANIME_AIRING_EPISODE_MASK = 0x000000000FFFF00L
const val ANIME_AIRING_TIME_MASK = 0x0FFFFFFFF000000L
const val ANIME_AIRING_TIME_MASK = 0x0FFFFFFFF000000L

fun create() = Anime(
id = -1L,
Expand Down

0 comments on commit 20cb52c

Please sign in to comment.