Skip to content

Commit d279db5

Browse files
author
Philipp Heckel
committed
fmt
1 parent 7bbdbb2 commit d279db5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

util/tmux.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ type Tmux struct {
5151

5252
// Must be more than config.MaxSize to give tmux a little room for the other two panes
5353
const (
54-
requiredVersion = 2.6
54+
requiredVersion = 2.6
5555
terminalWidth = "200"
5656
terminalHeight = "80"
5757
checkMainPaneScript = "sh -c \"while true; do sleep 10; if ! tmux has-session -t %s.2; then exit; fi; done\""

0 commit comments

Comments
 (0)