Skip to content

Commit 117c03e

Browse files
committed
Revert spurious formatting diff
1 parent c311721 commit 117c03e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

internal/ibazel/ibazel.go

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,9 +44,9 @@ var bazelNew = bazel.New
4444
var commandDefaultCommand = command.DefaultCommand
4545
var commandNotifyCommand = command.NotifyCommand
4646
var exitMessages = map[os.Signal]string{
47-
syscall.SIGINT: "Subprocess killed from getting SIGINT (trigger SIGINT again to stop ibazel)",
48-
syscall.SIGTERM: "Subprocess killed from getting SIGTERM",
49-
syscall.SIGHUP: "Subprocess killed from getting SIGHUP",
47+
syscall.SIGINT: "Subprocess killed from getting SIGINT (trigger SIGINT again to stop ibazel)",
48+
syscall.SIGTERM: "Subprocess killed from getting SIGTERM",
49+
syscall.SIGHUP: "Subprocess killed from getting SIGHUP",
5050
}
5151

5252
type State string

0 commit comments

Comments
 (0)