Skip to content

Commit b09a63e

Browse files
committed
add a whitespace for rubocop
1 parent 72ffdac commit b09a63e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/iiif_print/image_tool_decorator.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ def im_identify
99
cmd = "identify -ping -format 'Geometry: %G\nDepth: %[bit-depth]\nColorspace: %[colorspace]\nAlpha: %A\nMIME type: %m\n' #{path}"
1010
`#{cmd}`.lines
1111
end
12-
end
12+
end
1313
end
1414

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

0 commit comments

Comments
 (0)