From ad573644273ed70f8091ac759b5804e9b669ab90 Mon Sep 17 00:00:00 2001 From: regonn Date: Sat, 5 Dec 2015 15:15:44 +0900 Subject: [PATCH] fix indent intermediate-bonfires.json --- seed/challenges/intermediate-bonfires.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/seed/challenges/intermediate-bonfires.json b/seed/challenges/intermediate-bonfires.json index 860f273c0e..6f6bb978f9 100644 --- a/seed/challenges/intermediate-bonfires.json +++ b/seed/challenges/intermediate-bonfires.json @@ -235,7 +235,7 @@ ], "challengeSeed": [ "function myReplace(str, before, after) {", - " return str;", + " return str;", "}", "", "myReplace(\"A quick brown fox jumped over the lazy dog\", \"jumped\", \"leaped\");"