From 58fec27f72935caba8e516b235dd7e12b41bbcf0 Mon Sep 17 00:00:00 2001 From: Maciej Szlosarczyk Date: Fri, 24 Aug 2018 13:26:31 +0300 Subject: [PATCH] Update array indentation to conform with Rubocop requirements --- .../api/v1/registrant/registry_locks_controller.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/controllers/api/v1/registrant/registry_locks_controller.rb b/app/controllers/api/v1/registrant/registry_locks_controller.rb index 2309cac8b..a8c78925b 100644 --- a/app/controllers/api/v1/registrant/registry_locks_controller.rb +++ b/app/controllers/api/v1/registrant/registry_locks_controller.rb @@ -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