Skip to content

Commit fe2ae42

Browse files
committed
Fix test.
1 parent bb1ff7f commit fe2ae42

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

vroom/shfmt.vroom

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,7 @@ It can format specific line ranges of code using :FormatLines.
7373
$ echo "my name is:"
7474
$ echo "foo"
7575
$ }
76+
$ bar() { echo "my name is:"; echo "bar"; }
7677
foo() {
7778
echo "my name is:"
7879
echo "foo"

0 commit comments

Comments
 (0)