Skip to content

Commit 8da7c5f

Browse files
committed
chore: update test cases
1 parent 7caeec6 commit 8da7c5f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/lua_fmt/test_data/inputs/excess-parentheses.lua.snap

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ local z = (...) == nil and foo or bar
77
local foo = not (bar and baz)
88
local bar = #bar and baz
99
local cond = condition and (not object or object.Value == y)
10-
local baz = (-4 + 3) * 2;
10+
local baz = (-4 + 3) * 2
1111

1212
({}):foo();
1313
("hello"):format()

0 commit comments

Comments
 (0)