mirror of
https://github.com/koalaman/shellcheck.git
synced 2025-10-03 11:19:45 +08:00
Add whitespace. Clearer this way that the problem won't be fixed by adding a space.
@@ -4,7 +4,7 @@
|
||||
|
||||
```sh
|
||||
#!/bin/bash
|
||||
bar() { echo "hello world"}
|
||||
bar() { echo "hello world" }
|
||||
```
|
||||
|
||||
### Correct code:
|
||||
|
Reference in New Issue
Block a user