remove unneccessary additional bonfire argument I added a month ago

pull/3548/head
Quincy Larson 2015-09-27 00:21:15 -07:00
parent 29dab96b9b
commit d25330278b
1 changed files with 1 additions and 1 deletions

View File

@ -270,7 +270,7 @@
" return arr;",
"}",
"",
"largestOfFour([[4, 5, 1, 3], [13, 27, 18, 26], [32, 35, 37, 39], [1000, 1001, 857, 1]], \"\");"
"largestOfFour([[4, 5, 1, 3], [13, 27, 18, 26], [32, 35, 37, 39], [1000, 1001, 857, 1]]);"
],
"tests": [
"assert(largestOfFour([[4, 5, 1, 3], [13, 27, 18, 26], [32, 35, 37, 39], [1000, 1001, 857, 1]]).constructor === Array, '<code>largestOfFour&#40;&#41;</code> should return an array.');",