From 0176cb0f2768adb06c755bc27c6601e515b851de Mon Sep 17 00:00:00 2001 From: Pablo Date: Mon, 26 Aug 2024 10:26:51 +0200 Subject: [PATCH] missing trailing commas Signed-off-by: Pablo --- .../org/hisp/dhis/common/screens/others/TopBarScreen.kt | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/common/src/commonMain/kotlin/org/hisp/dhis/common/screens/others/TopBarScreen.kt b/common/src/commonMain/kotlin/org/hisp/dhis/common/screens/others/TopBarScreen.kt index fff25d35f..3212847b4 100644 --- a/common/src/commonMain/kotlin/org/hisp/dhis/common/screens/others/TopBarScreen.kt +++ b/common/src/commonMain/kotlin/org/hisp/dhis/common/screens/others/TopBarScreen.kt @@ -73,7 +73,7 @@ fun TopBarScreen() { ) } } - } + }, ) } @@ -97,7 +97,7 @@ fun TopBarScreen() { icon = Icons.Outlined.Share, onClick = { }, ) - } + }, ) } @@ -117,7 +117,7 @@ fun TopBarScreen() { ) }, actions = { - } + }, ) } @@ -161,7 +161,7 @@ fun TopBarScreen() { ) } } - } + }, ) } }