Skip to content

Commit

Permalink
Apply swift-format
Browse files Browse the repository at this point in the history
  • Loading branch information
tekezo committed Oct 4, 2023
1 parent 7032a3f commit a0d46f6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/apps/SettingsWindow/src/AppDelegate.swift
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,8 @@ public class AppDelegate: NSObject, NSApplicationDelegate {
switch command {
case "checkForUpdatesInBackground":
#if USE_SPARKLE
if !libkrbn_lock_single_application_with_user_pid_file("check_for_updates_in_background.pid")
if !libkrbn_lock_single_application_with_user_pid_file(
"check_for_updates_in_background.pid")
{
print("Exit since another process is running.")
NSApplication.shared.terminate(self)
Expand Down

0 comments on commit a0d46f6

Please sign in to comment.