Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
upon0426 committed Jul 15, 2023
1 parent eb68fcd commit 8e47e9b
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ fun SessionDescription(
modifier: Modifier = Modifier,
) {
Column(
modifier
modifier,
) {
// Chips
Row {
Expand Down Expand Up @@ -119,7 +119,7 @@ fun SessionTime(
modifier: Modifier = Modifier,
) {
Column(
modifier
modifier,
) {
Text(startAt)
Text(" |")
Expand Down

0 comments on commit 8e47e9b

Please sign in to comment.