Skip to content

Commit fbab5eb

Browse files
Updater formatting
Signed-off-by: Reginald Gillespie <109245101+Reginald-Gillespie@users.noreply.github.com>
1 parent a5fb2d2 commit fbab5eb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

updater/elevate_unix.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@ func elevate() error {
1414
cmd.Stdout = os.Stdout
1515
cmd.Stderr = os.Stderr
1616
return cmd.Run()
17-
}
17+
}

updater/elevate_windows.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,4 +29,4 @@ func elevate() error {
2929
argPtr, _ := syscall.UTF16PtrFromString(args)
3030
var showCmd int32 = 1
3131
return windows.ShellExecute(0, verbPtr, exePtr, argPtr, cwdPtr, showCmd)
32-
}
32+
}

0 commit comments

Comments
 (0)