Update array indentation to conform with Rubocop requirements

This commit is contained in:
Maciej Szlosarczyk 2018-08-24 13:26:31 +03:00
parent c92fc25683
commit 58fec27f72
No known key found for this signature in database
GPG key ID: 41D62D42D3B0D765

View file

@ -38,8 +38,8 @@ module Api
return if current_user.administrated_domains.include?(@domain)
render json: { errors: [
{ base: ['Only administrative contacts can manage registry locks'] }
] },
{ base: ['Only administrative contacts can manage registry locks'] }
] },
status: :unauthorized and return
end
end