Skip to content

Commit

Permalink
missing trailing commas
Browse files Browse the repository at this point in the history
Signed-off-by: Pablo <[email protected]>
  • Loading branch information
Balcan authored and ferdyrod committed Sep 5, 2024
1 parent 6329551 commit bc8ff7a
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ fun TopBarScreen() {
)
}
}
}
},
)
}

Expand All @@ -97,7 +97,7 @@ fun TopBarScreen() {
icon = Icons.Outlined.Share,
onClick = { },
)
}
},
)
}

Expand All @@ -117,7 +117,7 @@ fun TopBarScreen() {
)
},
actions = {
}
},
)
}

Expand Down Expand Up @@ -161,7 +161,7 @@ fun TopBarScreen() {
)
}
}
}
},
)
}
}
Expand Down

0 comments on commit bc8ff7a

Please sign in to comment.