Skip to content

Commit 4424186

Browse files
committed
tweak postcss cleanup
1 parent f7d4a36 commit 4424186

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lsp/providers/codeActions/provideInvalidApplyCodeActions.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ export async function provideInvalidApplyCodeActions(
124124
documentIndent.indent
125125
)
126126
})
127-
.replace(/^(\s+)(.*?[^{}]\n)(\S)/gm, '$1$2$1$3'),
127+
.replace(/^(\s+)(.*?[^{}]\n)([^\s}])/gm, '$1$2$1$3'),
128128
})
129129

130130
return false

0 commit comments

Comments
 (0)