Skip to content

Commit

Permalink
Merge pull request #402 from rodrigoargumedo/fix-lint
Browse files Browse the repository at this point in the history
Lint code
  • Loading branch information
jcupitt committed Aug 2, 2024
2 parents 7a2b9ba + 61d8d93 commit e230802
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/vips/operation.rb
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,7 @@ def initialize value
raise Vips::Error if value.null?
end

super(value)
super
end

def build
Expand Down

0 comments on commit e230802

Please sign in to comment.