Skip to content

Commit 2cb995d

Browse files
committed
Fix lint
1 parent 491d7d9 commit 2cb995d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

lib/vips.rb

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ class << self
6666

6767
extend FFI::Library
6868

69-
if Vips::unified?
69+
if Vips.unified?
7070
ffi_lib library_name("vips", 42)
7171
else
7272
ffi_lib library_name("glib-2.0", 0)
@@ -162,7 +162,7 @@ def self.set_log_domain domain
162162
module GObject
163163
extend FFI::Library
164164

165-
if Vips::unified?
165+
if Vips.unified?
166166
ffi_lib library_name("vips", 42)
167167
else
168168
ffi_lib library_name("gobject-2.0", 0)
@@ -601,7 +601,7 @@ module GObject
601601

602602
module Vips
603603
# we've already opened the libvips library
604-
604+
605605
LOG_DOMAIN = "VIPS"
606606
GLib.set_log_domain LOG_DOMAIN
607607

0 commit comments

Comments
 (0)