Skip to content

Commit

Permalink
Fix ktlint check
Browse files Browse the repository at this point in the history
  • Loading branch information
theMr17 committed Jul 13, 2024
1 parent f011cc8 commit 235c551
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -112,8 +112,7 @@ fun ClassroomCard(
horizontal = dimensionResource(id = R.dimen.classrooms_card_padding_horizontal),
vertical = if (isSticky) {
dimensionResource(id = R.dimen.classrooms_card_collapsed_padding_vertical)
}
else {
} else {
dimensionResource(id = R.dimen.classrooms_card_padding_vertical)
},
),
Expand Down

0 comments on commit 235c551

Please sign in to comment.