Skip to content

Commit

Permalink
Review: Remove empty line
Browse files Browse the repository at this point in the history
  • Loading branch information
paulinea committed Nov 25, 2024
1 parent 7e96011 commit 27b4769
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,7 @@ sealed class TokenCategory<T>(
val valueCodeExample: String? = null,
val properties: List<TokenProperty<T>> = emptyList(),
val subcategories: List<TokenCategory<*>> = emptyList(),

) where T : TokenCategory<T> {
) where T : TokenCategory<T> {

companion object {
fun fromId(tokenId: Long) = tokenCategories.firstOrNull { token -> token.id == tokenId }
Expand Down

0 comments on commit 27b4769

Please sign in to comment.