Skip to content

Commit

Permalink
add a whitespace for rubocop
Browse files Browse the repository at this point in the history
  • Loading branch information
cziaarm committed Feb 27, 2024
1 parent 72ffdac commit b09a63e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/iiif_print/image_tool_decorator.rb
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ def im_identify
cmd = "identify -ping -format 'Geometry: %G\nDepth: %[bit-depth]\nColorspace: %[colorspace]\nAlpha: %A\nMIME type: %m\n' #{path}"
`#{cmd}`.lines
end
end
end
end

IiifPrint::ImageTool.prepend(IiifPrint::ImageToolDecorator)

0 comments on commit b09a63e

Please sign in to comment.