Skip to content

Commit

Permalink
fix spacing on GSS_ENC_MODE (#2280)
Browse files Browse the repository at this point in the history
  • Loading branch information
davecramer committed Oct 6, 2021
1 parent 04b7286 commit c9c64b2
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions pgjdbc/src/main/java/org/postgresql/PGProperty.java
Original file line number Diff line number Diff line change
Expand Up @@ -214,11 +214,11 @@ public enum PGProperty {
new String[] {"select", "callIfNoReturn", "call"}),

GSS_ENC_MODE(
"gssEncMode",
"allow",
"Force Encoded GSS Mode",
false,
new String[] {"disable", "allow", "prefer", "require"}
"gssEncMode",
"allow",
"Force Encoded GSS Mode",
false,
new String[] {"disable", "allow", "prefer", "require"}
),

/**
Expand Down

0 comments on commit c9c64b2

Please sign in to comment.