Skip to content

Commit

Permalink
renamed according to @chronolaw's comment
Browse files Browse the repository at this point in the history
  • Loading branch information
dndx committed Nov 8, 2023
1 parent 1460c7b commit 3be7b6c
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
File renamed without changes.
2 changes: 1 addition & 1 deletion lib/resty/lmdb/prefix.lua
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ local _M = {}

local ffi = require("ffi")
local table_new = require("table.new")
require("resty.lmdb.ffi")
require("resty.lmdb.cdefs")
local transaction = require("resty.lmdb.transaction")
local base = require("resty.core.base")

Expand Down
2 changes: 1 addition & 1 deletion lib/resty/lmdb/status.lua
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
local _M = {}


require("resty.lmdb.ffi")
require("resty.lmdb.cdefs")
local ffi = require("ffi")
local base = require("resty.core.base")

Expand Down
2 changes: 1 addition & 1 deletion lib/resty/lmdb/transaction.lua
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
local _M = {}


require("resty.lmdb.ffi")
require("resty.lmdb.cdefs")
local ffi = require("ffi")
local base = require("resty.core.base")
local table_new = require("table.new")
Expand Down

0 comments on commit 3be7b6c

Please sign in to comment.