Skip to content

Commit 742d3d4

Browse files
committed
another lint
1 parent eae8f92 commit 742d3d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec/vips_spec.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,7 @@
189189

190190
it "can handle array flag arguments" do
191191
black = Vips::Operation.call "black", [200, 200]
192-
bytes = Vips::Operation.call "pngsave_buffer", [black],
192+
bytes = Vips::Operation.call "pngsave_buffer", [black],
193193
keep: [:icc, :xmp]
194194

195195
expect(bytes.length).to be > 100

0 commit comments

Comments
 (0)