mirror of
https://github.com/matrix-org/dendrite.git
synced 2026-01-03 04:03:09 -06:00
Linting
This commit is contained in:
parent
614f9f2098
commit
f93601e66c
|
|
@ -56,7 +56,7 @@ func createRemoteDB(t *testing.T, dbName, user, connStr string) {
|
||||||
if err != nil {
|
if err != nil {
|
||||||
t.Fatalf("failed to CREATE DATABASE: %s", err)
|
t.Fatalf("failed to CREATE DATABASE: %s", err)
|
||||||
}
|
}
|
||||||
db.Close()
|
_ = db.Close()
|
||||||
}
|
}
|
||||||
|
|
||||||
func currentUser() string {
|
func currentUser() string {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue