Skip to content

Commit

Permalink
Fix ktlint
Browse files Browse the repository at this point in the history
  • Loading branch information
XanderZhu committed Nov 9, 2023
1 parent 6b32f4f commit f62f042
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -491,4 +491,4 @@ class FillBlanksStepQuizFormDelegate(
val updatedItems: List<FillBlanksUiItem>,
val newHighlightedSelectItemIndex: Int?
)
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ import org.hyperskill.app.step_quiz_fill_blanks.model.FillBlanksOption
data class FillBlanksSelectOptionUIItem(
val option: FillBlanksOption,
val isUsed: Boolean = false
)
)

0 comments on commit f62f042

Please sign in to comment.