]> git.openstreetmap.org Git - rails.git/blobdiff - app/controllers/changeset_controller.rb
Fix new rubocopy warnings
[rails.git] / app / controllers / changeset_controller.rb
index 31004e8ee38659ce67a478b9161c0bacd6ecc770..2ce024c76476d4332550f7e99fed2c8b7a83c261 100644 (file)
@@ -456,7 +456,7 @@ class ChangesetController < ApplicationController
   # restrict changesets to those enclosed by a bounding box
   # we need to return both the changesets and the bounding box
   def conditions_bbox(changesets, bbox)
-    if  bbox
+    if bbox
       bbox.check_boundaries
       bbox = bbox.to_scaled
       return changesets.where("min_lon < ? and max_lon > ? and min_lat < ? and max_lat > ?",