Skip to content

Commit 33ebc72

Browse files
committed
Fix a styling issue that was introduced
1 parent f6a723c commit 33ebc72

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lua/orgmode/parser/search.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
--TODO: Support regex search
22

33
local Date = require('orgmode.objects.date')
4-
local parsing = require 'orgmode.utils.parsing'
4+
local parsing = require('orgmode.utils.parsing')
55

66
---@class Search
77
---@field term string

0 commit comments

Comments
 (0)