Fixed file formatting

This commit is contained in:
Technerder
2021-07-10 21:23:48 -04:00
parent 5bf7da2074
commit 877dae612d
2 changed files with 2 additions and 2 deletions

View File

@@ -213,4 +213,4 @@ func (s *Storage) checkSchema(tableName string) {
func (s *Storage) DB() *pgxpool.Pool {
return s.db
}
}

View File

@@ -181,4 +181,4 @@ func Test_Postgres_Close(t *testing.T) {
func Test_Postgres_DB(t *testing.T) {
utils.AssertEqual(t, true, testStore.DB() != nil)
}
}