Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsyasonik <syasonik@gitlab.com>2019-04-19 14:24:46 +0300
committersyasonik <syasonik@gitlab.com>2019-04-24 13:23:04 +0300
commit25f957711dac1d401982c18da439580b2e9912c9 (patch)
tree38a3940956367305cb8701bdccb1d809fcbe96d9 /app/controllers
parent131494f26f042c7b7ced1d9abeb405986c524d92 (diff)
Remove extra space
Diffstat (limited to 'app/controllers')
-rw-r--r--app/controllers/projects/environments_controller.rb2
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