Commit 9f726a5f 9f726a5f0b31e0a9a78309a6e89d426623fb4116 by Laurent Jouanneau

Just fixed a whitespace

1 parent 9639c602
......@@ -27,7 +27,7 @@ casper.test.begin("HTTP status code handling", 163, {
this.testCodes.push(118);
}
if (utils.ltVersion(phantom.version, '1.9.0') || isGecko) {
if (utils.ltVersion(phantom.version, '1.9.0') || isGecko) {
// https://github.com/ariya/phantomjs/issues/11163
this.testCodes = this.testCodes.concat([
400, 401, 402, 403, 404, 405, 406, 407, 409, 410, 411, 412, 413,
......