Add whitespace. Clearer this way that the problem won't be fixed by adding a space.

Ryan Delaney
2020-09-02 10:33:53 -04:00
parent e9da80228a
commit ad1ffb31c7

@@ -4,7 +4,7 @@
```sh
#!/bin/bash
bar() { echo "hello world"}
bar() { echo "hello world" }
```
### Correct code: