Removed added newline

This commit is contained in:
Kevin Sawicki 2014-10-16 11:04:24 -07:00
parent afd1fa995f
commit 8e3d8eda31

View File

@ -10,4 +10,4 @@ var quicksort = function () {
};
return sort(Array.apply(this, arguments));
};
};