8000 lint · libvips/ruby-vips@b735f3e · GitHub
[go: up one dir, main page]

Skip to content

Commit b735f3e

Browse files
committed
lint
1 parent e1df359 commit b735f3e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/vips/image.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -463,7 +463,7 @@ def self.new_from_source source, option_string, **opts
463463
# keep a secret ref to the source object ... the libvips loader will
464464
# keep a ref to the C source object, but we need the ruby wrapper object
465465
# to stay alive too
466-
result.references << source
466+
result.references << source
467467

468468
result
469469
end

0 commit comments

Comments
 (0)
0