Skip to content

Commit

Permalink
minor formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
tanvipise committed Oct 3, 2024
1 parent 0b005dd commit c49e8f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion connection.go
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ var (

const (
tlsModeServer = "server"
tlsModePrefer = "prefer"
tlsModePrefer = "prefer"
tlsModeServerStrict = "server-strict"
tlsModeNone = "none"
)
Expand Down

0 comments on commit c49e8f6

Please sign in to comment.