Skip to content

Commit 7660b66

Browse files
authored
go fmt
1 parent 49378fb commit 7660b66

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/cmd/repo/garden/garden.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -229,7 +229,7 @@ func gardenRun(opts *GardenOptions) error {
229229

230230
c := make(chan os.Signal)
231231
signal.Notify(c, os.Interrupt, syscall.SIGTERM)
232-
go func(){
232+
go func() {
233233
<-c
234234
walkAway()
235235
os.Exit(0)

0 commit comments

Comments
 (0)