indentation

This commit is contained in:
Konstantin Haase 2016-07-06 10:56:14 +02:00
parent 1d7bc10ed9
commit f7f6478fa4

View File

@ -33,10 +33,10 @@ module Travis::API::V3
end end
def fields def fields
fields = { :"@type" => type } fields = { :"@type" => type }
fields[:@href] = href if href fields[:@href] = href if href
fields[:@representation] = representation fields[:@representation] = representation
fields[:@pagination] = pagination_info if meta_data.include? :pagination fields[:@pagination] = pagination_info if meta_data.include? :pagination
fields fields
end end