meetBonfire: Added missing spaces to return line

This commit is contained in:
Steve Phillips
2015-02-10 22:22:43 -08:00
parent 2308ce1eeb
commit 5734ab3dda

View File

@ -13,7 +13,7 @@
"expect(meetBonfire(\"test\")).to.be.a(\"boolean\");",
"expect(meetBonfire(\"test\")).to.be.true;"
],
"challengeSeed": "function meetBonfire(argument) {\n // Good luck!\n console.log(\"you can read this function's argument in the developer tools\", argument);\n\nreturn false;\n}\n\n",
"challengeSeed": "function meetBonfire(argument) {\n // Good luck!\n console.log(\"you can read this function's argument in the developer tools\", argument);\n\n return false;\n}\n\n",
"challengeEntryPoint": "meetBonfire(\"You can do this!\");"
},
{