Merge pull request #5023 from regonn/fix/indent

fix indent in intermediate-bonfires.json
This commit is contained in:
Logan Tegman
2015-12-05 13:50:21 -08:00

View File

@ -235,7 +235,7 @@
], ],
"challengeSeed": [ "challengeSeed": [
"function myReplace(str, before, after) {", "function myReplace(str, before, after) {",
" return str;", " return str;",
"}", "}",
"", "",
"myReplace(\"A quick brown fox jumped over the lazy dog\", \"jumped\", \"leaped\");" "myReplace(\"A quick brown fox jumped over the lazy dog\", \"jumped\", \"leaped\");"