Skip to content

Commit d4bef31

Browse files
committed
fix shfmt
1 parent 3a3952a commit d4bef31

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/bashly/views/wrapper/bash3_bouncer.gtx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
= view_marker
22

3-
> if (( BASH_VERSINFO[0] < 4 || (BASH_VERSINFO[0] == 4 && BASH_VERSINFO[1] < 2) )); then
3+
> if ((BASH_VERSINFO[0] < 4 || (BASH_VERSINFO[0] == 4 && BASH_VERSINFO[1] < 2))); then
44
> printf "{{ strings[:unsupported_bash_version] }}\n" >&2
55
> exit 1
66
> fi

0 commit comments

Comments
 (0)