Skip to content

Commit 71d8efc

Browse files
committed
fix(feat): improved smart formatting
1 parent 7f97657 commit 71d8efc

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lua/sql-formatter/formatter.lua

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,6 @@ end
6767

6868
-- Improved Lua-based formatter (smarter, more beautiful)
6969
function M.format_with_lua(text)
70-
local lines = vim.split(text, "\n")
7170
local formatted_lines = {}
7271
local indent_level = 0
7372
local indent = M.config.indent or " "

0 commit comments

Comments
 (0)