Skip to content

Commit c60cf77

Browse files
fix(#646): Use local variable in fs
1 parent 9ada64e commit c60cf77

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lua/orgmode/utils/fs.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
local utils = require('orgmode.utils')
22

3-
M = {}
3+
local M = {}
44

55
---@param path_str string
66
---@return string | false

0 commit comments

Comments
 (0)