Commit 25f95771 authored by syasonik's avatar syasonik

Remove extra space

parent 131494f2
......@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment