Skip to content

Commit 050e98a

Browse files
committed
[chore] spotlessApply
1 parent efcafec commit 050e98a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/main/java/net/sf/jsqlparser/parser/feature/Feature.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -817,10 +817,10 @@ public enum Feature {
817817
allowCommaAsKeyValueSeparator(true),
818818

819819
/**
820-
* DB2 and Oracle allow Expressions as JSON_OBJECT key values. This clashes with Informix and Snowflake
821-
* Json-Extraction syntax
820+
* DB2 and Oracle allow Expressions as JSON_OBJECT key values. This clashes with Informix and
821+
* Snowflake Json-Extraction syntax
822822
*/
823-
allowExpressionAsJsonObjectKey( false)
823+
allowExpressionAsJsonObjectKey(false)
824824

825825
;
826826

0 commit comments

Comments
 (0)