Skip to content

Commit 47836e9

Browse files
bryanhuntesljosevalim
bryanhuntesl
authored andcommitted
fix formatting (#553)
1 parent 194488f commit 47836e9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Diff for: lib/postgrex.ex

+3-3
Original file line numberDiff line numberDiff line change
@@ -156,12 +156,12 @@ defmodule Postgrex do
156156
{:ok, #PID<0.69.0>}
157157
158158
## SSL client authentication
159-
159+
160160
When connecting to CockroachDB instances running in secure mode it is idiomatic to use
161161
client SSL certificate authentication.
162-
162+
163163
An example of Repository configuration:
164-
164+
165165
config :app, App.Repo,
166166
ssl: String.to_existing_atom(System.get_env("DB_SSL_ENABLED", "true")),
167167
ssl_opts: [

0 commit comments

Comments
 (0)