We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 479c60d commit 59321bfCopy full SHA for 59321bf
1 file changed
SQL.Formatter/Core/AbstractFormatter.cs
@@ -17,7 +17,7 @@ public class AbstractFormatter : IDialectConfigurator
17
private JSLikeList<Token> _tokens;
18
private int _index;
19
20
- private static readonly Regex s_whitespaceRegex = new Regex(@"\s+", RegexOptions.Compiled);
+ private static readonly Regex s_whitespaceRegex = new Regex(@"\s+");
21
22
private static readonly HashSet<TokenTypes> s_preserveWhitespaceFor =
23
new HashSet<TokenTypes> {
0 commit comments