Skip to content

Commit b429981

Browse files
committed
fixup
1 parent 74af350 commit b429981

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Coder-Desktop/Coder-Desktop/UpdaterService.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ extension UpdaterService: SPUUpdaterDelegate {
6464
[updateChannel.rawValue]
6565
}
6666

67-
func updater(_ updater: SPUUpdater, didFindValidUpdate item: SUAppcastItem) {
67+
func updater(_: SPUUpdater, didFindValidUpdate _: SUAppcastItem) {
6868
Task { @MainActor in appActivate() }
6969
}
7070
}

0 commit comments

Comments
 (0)