Skip to content

Commit fca4dbf

Browse files
committed
docs(#2934): add a temporary codestyle violation to test scripts
1 parent b25b8fc commit fca4dbf

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

lua/nvim-tree/_meta/api.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---@meta
2-
error("Cannot require a meta file")
2+
error("Cannot require a meta file")
33

44
--
55
-- Nodes

lua/nvim-tree/enum.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
local M = {}
1+
local M = {}
22

33
---Reason for filter in filter.lua
44
---@enum FILTER_REASON

0 commit comments

Comments
 (0)