makes spaces consistent

This commit is contained in:
rgarcia
2015-09-03 01:29:46 +02:00
parent 29ae0c68f8
commit 4897d5df4e
20 changed files with 14 additions and 13 deletions

View File

@@ -1,4 +1,5 @@
class Api::StatsController < Api::ApiController
def show
unless params[:events].present? || params[:visits].present?
return render json: {}, status: :bad_request
@@ -19,4 +20,5 @@ class Api::StatsController < Api::ApiController
render json: ds.build
end
end