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, { ...@@ -27,7 +27,7 @@ casper.test.begin("HTTP status code handling", 163, {
27 this.testCodes.push(118); 27 this.testCodes.push(118);
28 } 28 }
29 29
30 if (utils.ltVersion(phantom.version, '1.9.0') || isGecko) { 30 if (utils.ltVersion(phantom.version, '1.9.0') || isGecko) {
31 // https://github.com/ariya/phantomjs/issues/11163 31 // https://github.com/ariya/phantomjs/issues/11163
32 this.testCodes = this.testCodes.concat([ 32 this.testCodes = this.testCodes.concat([
33 400, 401, 402, 403, 404, 405, 406, 407, 409, 410, 411, 412, 413, 33 400, 401, 402, 403, 404, 405, 406, 407, 409, 410, 411, 412, 413,
......