Commit b55602e2 authored by Sean Arnold's avatar Sean Arnold

Remove unnecessary space

parent 19e245d5
......@@ -11,7 +11,6 @@ module AlertManagement
return error_response('Invalid status') unless AlertManagement::Alert.statuses.key?(status.to_s)
alert.status = status
return ServiceResponse.success(payload: { alert: alert }) if alert.save
error_response
......
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