Skip to content

Commit 9e31e07

Browse files
committed
fmt
1 parent 83efc44 commit 9e31e07

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Coder-Desktop/Coder-Desktop/Coder_DesktopApp.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,9 +41,9 @@ class AppDelegate: NSObject, NSApplicationDelegate {
4141
}
4242
vpn.installSystemExtension()
4343
#if arch(arm64)
44-
let mutagenBinary = "mutagen-darwin-arm64"
44+
let mutagenBinary = "mutagen-darwin-arm64"
4545
#elseif arch(x86_64)
46-
let mutagenBinary = "mutagen-darwin-amd64"
46+
let mutagenBinary = "mutagen-darwin-amd64"
4747
#endif
4848
fileSyncDaemon = MutagenDaemon(
4949
mutagenPath: Bundle.main.url(forResource: mutagenBinary, withExtension: nil)

0 commit comments

Comments
 (0)