Skip to content

Commit

Permalink
fix(#646): Use local variable in fs
Browse files Browse the repository at this point in the history
  • Loading branch information
kristijanhusak committed Jan 6, 2024
1 parent 9ada64e commit c60cf77
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lua/orgmode/utils/fs.lua
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
local utils = require('orgmode.utils')

M = {}
local M = {}

---@param path_str string
---@return string | false
Expand Down

0 comments on commit c60cf77

Please sign in to comment.