Skip to content

Commit

Permalink
Fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
kleisauke committed Mar 7, 2024
1 parent 491d7d9 commit 2cb995d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions lib/vips.rb
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ class << self

extend FFI::Library

if Vips::unified?
if Vips.unified?
ffi_lib library_name("vips", 42)
else
ffi_lib library_name("glib-2.0", 0)
Expand Down Expand Up @@ -162,7 +162,7 @@ def self.set_log_domain domain
module GObject
extend FFI::Library

if Vips::unified?
if Vips.unified?
ffi_lib library_name("vips", 42)
else
ffi_lib library_name("gobject-2.0", 0)
Expand Down Expand Up @@ -601,7 +601,7 @@ module GObject

module Vips
# we've already opened the libvips library

LOG_DOMAIN = "VIPS"
GLib.set_log_domain LOG_DOMAIN

Expand Down

0 comments on commit 2cb995d

Please sign in to comment.