From b53a5e28d5e1ec76b5ce1134331f0990cf2aadbe Mon Sep 17 00:00:00 2001 From: Frederic Junod Date: Tue, 20 Jan 2015 16:48:52 +0100 Subject: [PATCH] Remove unnecessary newlines --- src/ol/format/featureformat.js | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/src/ol/format/featureformat.js b/src/ol/format/featureformat.js index 5490dd1c4f..a553dc1a70 100644 --- a/src/ol/format/featureformat.js +++ b/src/ol/format/featureformat.js @@ -40,8 +40,7 @@ ol.format.Feature.prototype.getExtensions = goog.abstractMethod; * @return {olx.format.ReadOptions|undefined} Options. * @protected */ -ol.format.Feature.prototype.getReadOptions = function( - source, opt_options) { +ol.format.Feature.prototype.getReadOptions = function(source, opt_options) { var options; if (goog.isDef(opt_options)) { options = { @@ -63,8 +62,7 @@ ol.format.Feature.prototype.getReadOptions = function( * @return {olx.format.WriteOptions|olx.format.ReadOptions|undefined} * Updated options. */ -ol.format.Feature.prototype.adaptOptions = function( - options) { +ol.format.Feature.prototype.adaptOptions = function(options) { var updatedOptions; if (goog.isDef(options)) { updatedOptions = {