mirror of
https://github.com/msfjarvis/compose-lobsters
synced 2025-08-14 08:17:04 +05:30
all: add trailing commas wherever missing
This commit is contained in:
parent
21ced135b6
commit
35d062cbec
3 changed files with 6 additions and 6 deletions
|
@ -165,7 +165,7 @@ fun LobstersApp(
|
|||
postId = postId,
|
||||
getDetails = viewModel::getPostComments,
|
||||
modifier = Modifier.navigationBarsPadding(),
|
||||
postActions = postActions
|
||||
postActions = postActions,
|
||||
)
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue