Skip to content

Commit f71c14e

Browse files
committed
fix: Remove redundant 'lua'
1 parent b9927a3 commit f71c14e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lua/debugprint/init.lua

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
local M = {}
22

3-
local utils = require("lua.debugprint.utils")
3+
local utils = require("debugprint.utils")
44
local utils_buffer = require("debugprint.utils.buffer")
55
local utils_errors = require("debugprint.utils.errors")
66
local utils_operator = require("debugprint.utils.operator")

0 commit comments

Comments
 (0)