Skip to content

Commit 595bc69

Browse files
committed
Revert "docs(#2934): add a temporary codestyle violation to test scripts"
This reverts commit fca4dbf.
1 parent fca4dbf commit 595bc69

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)