Skip to content

Commit 49a9100

Browse files
committed
removed extra comma
1 parent 4e3209d commit 49a9100

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

app/src/main/java/org/nsh07/pomodoro/ui/settingsScreen/screens/AlarmSettings.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -250,6 +250,6 @@ fun AlarmSettingsPreview() {
250250
AlarmSettings(
251251
settingsState = settingsState,
252252
onAction = {},
253-
onBack = {},
253+
onBack = {}
254254
)
255255
}

app/src/main/java/org/nsh07/pomodoro/ui/settingsScreen/screens/AppearanceSettings.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@ fun AppearanceSettingsPreview() {
186186
isPlus = false,
187187
onAction = {},
188188
setShowPaywall = {},
189-
onBack = {},
189+
onBack = {}
190190
)
191191
}
192192
}

app/src/main/java/org/nsh07/pomodoro/ui/settingsScreen/screens/TimerSettings.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -435,6 +435,6 @@ private fun TimerSettingsPreview() {
435435
sessionsSliderState = sessionsSliderState,
436436
onAction = {},
437437
setShowPaywall = {},
438-
onBack = {},
438+
onBack = {}
439439
)
440440
}

0 commit comments

Comments
 (0)