Skip to content

Commit 3df7da8

Browse files
committed
chore: formatting
1 parent 333caa5 commit 3df7da8

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

Sushitrain/BackgroundManager.swift

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,9 @@ import BackgroundTasks
145145
}
146146

147147
// Start background sync on long and short sync task (if enabled) and continued task
148-
if appState.userSettings.longBackgroundSyncEnabled || appState.userSettings.shortBackgroundSyncEnabled || task.identifier == Self.continuedBackgroundSyncID {
148+
if appState.userSettings.longBackgroundSyncEnabled || appState.userSettings.shortBackgroundSyncEnabled
149+
|| task.identifier == Self.continuedBackgroundSyncID
150+
{
149151
Log.info(
150152
"Start background sync, time remaining = \(UIApplication.shared.backgroundTimeRemaining)"
151153
)

Sushitrain/ContentView.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ private struct ContentView: View {
4242
@Environment(AppState.self) private var appState
4343
@Environment(\.scenePhase) var scenePhase
4444
@Environment(\.horizontalSizeClass) private var horizontalSizeClass
45-
45+
4646
@State private var showCustomConfigWarning = false
4747
@State var route: Route? = .start
4848
@State private var columnVisibility = NavigationSplitViewVisibility.doubleColumn

0 commit comments

Comments
 (0)