tweak postcss cleanup

master
Brad Cornes 2020-06-22 12:03:45 +01:00
parent f7d4a36934
commit 4424186e04
1 changed files with 1 additions and 1 deletions

View File

@ -124,7 +124,7 @@ export async function provideInvalidApplyCodeActions(
documentIndent.indent documentIndent.indent
) )
}) })
.replace(/^(\s+)(.*?[^{}]\n)(\S)/gm, '$1$2$1$3'), .replace(/^(\s+)(.*?[^{}]\n)([^\s}])/gm, '$1$2$1$3'),
}) })
return false return false