mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-05-22 19:02:54 -04:00
Merge pull request #5361 from regonn/fix-indent-intermediate-bonfires
Fix indent at intermediate-bonfires.json
This commit is contained in:
@@ -286,7 +286,7 @@
|
||||
],
|
||||
"challengeSeed": [
|
||||
"function translate(str) {",
|
||||
" return str;",
|
||||
" return str;",
|
||||
"}",
|
||||
"",
|
||||
"translate(\"consonant\");"
|
||||
@@ -337,7 +337,7 @@
|
||||
],
|
||||
"challengeSeed": [
|
||||
"function pair(str) {",
|
||||
" return str;",
|
||||
" return str;",
|
||||
"}",
|
||||
"",
|
||||
"pair(\"GCG\");"
|
||||
|
||||
Reference in New Issue
Block a user