From 8c6a4e3f2f858d44345de4564bcb14ba1b44fbd2 Mon Sep 17 00:00:00 2001 From: Wolfram Schneider Date: Tue, 9 Dec 2014 14:11:43 +0000 Subject: [PATCH] indent --- test/phantom/run-jasmine.js | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/test/phantom/run-jasmine.js b/test/phantom/run-jasmine.js index e9bf784..b3702d4 100644 --- a/test/phantom/run-jasmine.js +++ b/test/phantom/run-jasmine.js @@ -50,7 +50,9 @@ function wait_for_jasmine(checkFx, readyFx, failFx, timeout) { // See: https://github.com/ariya/phantomjs/issues/12697 // phantomjs 1.9.8 page.close(); - setTimeout(function(){ phantom.exit(result.failed == 0 ? 0 : 2); }, 0); + setTimeout(function () { + phantom.exit(result.failed == 0 ? 0 : 2); + }, 0); } // timeout -- 1.7.10.4