diff options
author | syasonik <syasonik@gitlab.com> | 2019-04-19 19:24:46 +0800 |
---|---|---|
committer | syasonik <syasonik@gitlab.com> | 2019-04-24 18:23:04 +0800 |
commit | 25f957711dac1d401982c18da439580b2e9912c9 (patch) | |
tree | 38a3940956367305cb8701bdccb1d809fcbe96d9 /app | |
parent | 131494f26f042c7b7ced1d9abeb405986c524d92 (diff) | |
download | gitlab-ce-25f957711dac1d401982c18da439580b2e9912c9.tar.gz |
Remove extra space
Diffstat (limited to 'app')
-rw-r--r-- | app/controllers/projects/environments_controller.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/controllers/projects/environments_controller.rb b/app/controllers/projects/environments_controller.rb index 36b9bb101af..29aab7baa60 100644 --- a/app/controllers/projects/environments_controller.rb +++ b/app/controllers/projects/environments_controller.rb @@ -163,7 +163,7 @@ class Projects::EnvironmentsController < Projects::ApplicationController respond_to do |format| if result[:status] == :success - format.json { render status: :ok, json: result } + format.json { render status: :ok, json: result } else format.json { render status: result[:http_status], json: result } end |