Skip to content

Commit a238e63

Browse files
committed
style: luacheck issue
1 parent 1687917 commit a238e63

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

lua/debugprint/init.lua

+2-1
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,8 @@ local insert_debugprint_line = function(opts)
188188
line_to_insert = utils_errors.construct_error_line(
189189
"No debugprint configuration for filetype "
190190
.. utils.get_effective_filetypes()[1]
191-
.. "; see https://github.com/andrewferrier/debugprint.nvim/blob/main/SHOWCASE.md#modifying-or-adding-filetypes"
191+
.. "; see https://github.com/andrewferrier/debugprint.nvim/"
192+
.. "blob/main/SHOWCASE.md#modifying-or-adding-filetypes"
192193
)
193194
end
194195

0 commit comments

Comments
 (0)