mirror of
https://github.com/matrix-org/dendrite.git
synced 2026-01-01 03:03:10 -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 {
|
||||
t.Fatalf("failed to CREATE DATABASE: %s", err)
|
||||
}
|
||||
db.Close()
|
||||
_ = db.Close()
|
||||
}
|
||||
|
||||
func currentUser() string {
|
||||
|
|
|
|||
Loading…
Reference in a new issue