mirror of
https://github.com/matrix-org/dendrite.git
synced 2026-01-17 11:03:11 -06:00
Remove empty line.
This commit is contained in:
parent
ef209011a8
commit
794e965090
|
|
@ -65,7 +65,6 @@ func createRemoteDB(t *testing.T, dbName, user, connStr string) {
|
|||
fatalError(t, "failed to open postgres conn with connstr=%s : %s", connStr, err)
|
||||
}
|
||||
if err = db.Ping(); err != nil {
|
||||
|
||||
fatalError(t, "failed to open postgres conn with connstr=%s : %s", connStr, err)
|
||||
}
|
||||
_, err = db.Exec(fmt.Sprintf(`CREATE DATABASE %s;`, dbName))
|
||||
|
|
|
|||
Loading…
Reference in a new issue