Skip to content

Commit

Permalink
Fix luacheck warning in array.lua
Browse files Browse the repository at this point in the history
  • Loading branch information
RiskoZoSlovenska committed Mar 5, 2024
1 parent 9c75467 commit 5021f08
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions example/array.lua
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@

-- turn a vips image into a lua array

vips = require "vips"
ffi = require "ffi"
local vips = require "vips"
local ffi = require "ffi"

-- make a tiny two band u16 image whose pixels are their coordinates
local im = vips.Image.xyz(3, 2):cast("ushort")
Expand Down

0 comments on commit 5021f08

Please sign in to comment.