Remove extra space

This commit is contained in:
syasonik 2019-04-19 19:24:46 +08:00
parent 131494f26f
commit 25f957711d
1 changed files with 1 additions and 1 deletions

View File

@ -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