remove indents from dowrap if they are 0 width

This commit is contained in:
2025-06-05 23:39:49 +01:00
parent 4c2c5a4f79
commit 1b90438bb9
2 changed files with 7 additions and 4 deletions

View File

@@ -7,7 +7,10 @@ let a,
identity(x) = x,
f(x)=do
term.log("hello world")
,
do
term.log('hello world')
term.log("hello world")
,
g(y, z),
result,
z = 0,
@@ -23,7 +26,7 @@ let a,
@@ -38,7 +41,7 @@ else term.log("bruh")
mm