all: add trailing commas wherever missing

This commit is contained in:
Harsh Shandilya 2022-02-28 21:32:20 +05:30
parent 21ced135b6
commit 35d062cbec
No known key found for this signature in database
GPG key ID: 366D7BBAD1031E80
3 changed files with 6 additions and 6 deletions

View file

@ -165,7 +165,7 @@ fun LobstersApp(
postId = postId,
getDetails = viewModel::getPostComments,
modifier = Modifier.navigationBarsPadding(),
postActions = postActions
postActions = postActions,
)
}
}