From ad1ffb31c74bbfae53fc17b993ffee9226e4ac31 Mon Sep 17 00:00:00 2001 From: Ryan Delaney <1139517+rpdelaney@users.noreply.github.com> Date: Wed, 2 Sep 2020 10:33:53 -0400 Subject: [PATCH] Add whitespace. Clearer this way that the problem won't be fixed by adding a space. --- SC1056.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SC1056.md b/SC1056.md index a02091b..2948edb 100644 --- a/SC1056.md +++ b/SC1056.md @@ -4,7 +4,7 @@ ```sh #!/bin/bash -bar() { echo "hello world"} +bar() { echo "hello world" } ``` ### Correct code: