X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/dc2a2c8ebd1a11e4a64555fda22c6859a51defff..1affed4b2d93f4259509a5bb674f7c0b00b850f9:/script/statistics
diff --git a/script/statistics b/script/statistics
index 912302c2e..8b79523b7 100755
--- a/script/statistics
+++ b/script/statistics
@@ -15,7 +15,7 @@ puts "
OpenStreetMap stats report run at #{start_time}
"
begin
ActiveRecord::Base.transaction do
- user_count = User.where(:status => %w(active confirmed suspended)).count
+ user_count = User.where(:status => %w[active confirmed suspended]).count
tracepoint_count = Tracepoint.count
node_count = Node.where(:visible => true).count
way_count = Way.where(:visible => true).count