fix indent intermediate-bonfires.json

This commit is contained in:
regonn
2015-12-05 15:15:44 +09:00
parent 0e11374188
commit ad57364427

View File

@@ -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\");"