Skip to content

Commit fa68a3a

Browse files
author
vilmibm
committed
linter appeasement
1 parent 974c6d8 commit fa68a3a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkg/cmd/repo/garden/garden.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -178,12 +178,12 @@ func gardenRun(opts *GardenOptions) error {
178178
}
179179

180180
maxCommits := (geo.Width * geo.Height) / 2
181-
181+
182182
sttyFileArg := "-F"
183183
if runtime.GOOS == "darwin" {
184184
sttyFileArg = "-f"
185185
}
186-
186+
187187
oldTTYCommand := exec.Command("stty", sttyFileArg, "/dev/tty", "-g")
188188
oldTTYSettings, err := oldTTYCommand.CombinedOutput()
189189
if err != nil {

0 commit comments

Comments
 (0)