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
}
}