Skip to content

Commit 995db01

Browse files
committed
Fix linting errors
Signed-off-by: Radoslav Dimitrov <[email protected]>
1 parent d4dc21d commit 995db01

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

pkg/lifecycle/manager.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ import (
77
"fmt"
88
"os"
99
"os/exec"
10-
"syscall"
1110

1211
"github.com/adrg/xdg"
1312

pkg/lifecycle/sysproc_unix.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@ func getSysProcAttr() *syscall.SysProcAttr {
1212
return &syscall.SysProcAttr{
1313
Setsid: true, // Create a new session (Unix only)
1414
}
15-
}
15+
}

0 commit comments

Comments
 (0)