From 687a65aa9558b5b4fc58a11587b5a8b7b36c1e4f Mon Sep 17 00:00:00 2001 From: Andreas Watermeyer Date: Thu, 8 Oct 2015 17:21:15 +0200 Subject: [PATCH] #3328: reformatted fixjsstyle --- test/spec/ol/format/wfsformat.test.js | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/test/spec/ol/format/wfsformat.test.js b/test/spec/ol/format/wfsformat.test.js index 89cf3e4aae..613bf245a3 100644 --- a/test/spec/ol/format/wfsformat.test.js +++ b/test/spec/ol/format/wfsformat.test.js @@ -331,11 +331,11 @@ describe('ol.format.WFS', function() { describe('when writing out a Transaction request', function() { var text, filename = 'spec/ol/format/wfs/TransactionUpdateMultiGeoms.xml'; - before(function (done) { - afterLoadText(filename, function (xml) { - text = xml; - done(); - } + before(function(done) { + afterLoadText(filename, function(xml) { + text = xml; + done(); + } ); });