Skip to content

Commit 1b147ec

Browse files
committed
Fix: Change public to PUBLIC in TSqlFormatter keywords
1 parent 4982858 commit 1b147ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

SQL.Formatter/Language/TSqlFormatter.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ public class TSqlFormatter : AbstractFormatter
1111
"PROCEDURE",
1212
"ALL",
1313
"FETCH",
14-
"public",
14+
"PUBLIC",
1515
"ALTER",
1616
"FILE",
1717
"RAISERROR",

0 commit comments

Comments
 (0)