Skip to content

Commit

Permalink
Fixing whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
emre committed Nov 21, 2017
1 parent 044a008 commit 86e6c64
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions cmd/keeper/keeper.go
Original file line number Diff line number Diff line change
Expand Up @@ -215,11 +215,11 @@ func (p *PostgresKeeper) getReplConnParams(db, followedDB *cluster.DB) pg.ConnPa

func (p *PostgresKeeper) getLocalConnParams() pg.ConnParams {
cp := pg.ConnParams{
"user": p.pgSUUsername,
"host": common.PgUnixSocketDirectories,
"port": p.pgPort,
"dbname": "postgres",
"sslmode": "disable",
"user": p.pgSUUsername,
"host": common.PgUnixSocketDirectories,
"port": p.pgPort,
"dbname": "postgres",
"sslmode": "disable",
}
if p.pgSUAuthMethod != "trust" {
cp.Set("password", p.pgSUPassword)
Expand Down

0 comments on commit 86e6c64

Please sign in to comment.