Fix rubocop anger

This commit is contained in:
Shinya Maeda 2017-03-07 00:42:39 +09:00
parent 617292046c
commit f8d6e81b92
5 changed files with 14 additions and 14 deletions

View File

@ -2,7 +2,7 @@ class BuildSerializer < BaseSerializer
entity BuildEntity
def with_status
tap { @status_only = {only: [{details: [:status]}]} }
tap { @status_only = { only: [{ details: [:status] }] } }
end
def represent(resource, opts = {})

View File

@ -12,7 +12,7 @@ class PipelineSerializer < BaseSerializer
end
def with_status
tap { @status_only = {only: [{details: [:status]}]} }
tap { @status_only = { only: [{ details: [:status] }] } }
end
def represent(resource, opts = {})