Skip to content

Commit 72265a3

Browse files
committed
fmt
1 parent dfbd3d0 commit 72265a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Coder Desktop/Coder Desktop/Preview Content/PreviewVPN.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ final class PreviewVPN: Coder_Desktop.VPNService {
4747
var stopTask: Task<Void, Never>?
4848
func stop() async {
4949
await startTask?.value
50-
guard state == .connected else { return}
50+
guard state == .connected else { return }
5151
if await stopTask?.value != nil {
5252
return
5353
}

0 commit comments

Comments
 (0)