From fd822bdaf9d04e522aaa5400b673f333190abe98 Mon Sep 17 00:00:00 2001 From: Misko Hevery Date: Fri, 7 Oct 2011 11:27:49 -0700 Subject: chore(formating): clean code to be function() { --- test/jstd-scenario-adapter/AdapterSpecs.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/jstd-scenario-adapter') diff --git a/test/jstd-scenario-adapter/AdapterSpecs.js b/test/jstd-scenario-adapter/AdapterSpecs.js index f0d54d3c..e360ad4f 100644 --- a/test/jstd-scenario-adapter/AdapterSpecs.js +++ b/test/jstd-scenario-adapter/AdapterSpecs.js @@ -42,7 +42,7 @@ describe('jstd-adapter', function() { */ function buildTestConf(type) { return new jstestdriver.TestRunConfiguration( - new jstestdriver.TestCaseInfo('Fake test - ' + Math.random(), function(){}, type), null); + new jstestdriver.TestCaseInfo('Fake test - ' + Math.random(), function() {}, type), null); } /** -- cgit v1.2.3