diff --git a/postgres/postgres.go b/postgres/postgres.go index 41c932b8..96077862 100644 --- a/postgres/postgres.go +++ b/postgres/postgres.go @@ -213,4 +213,4 @@ func (s *Storage) checkSchema(tableName string) { func (s *Storage) DB() *pgxpool.Pool { return s.db -} \ No newline at end of file +} diff --git a/postgres/postgres_test.go b/postgres/postgres_test.go index 64e37f6b..9c3107f5 100644 --- a/postgres/postgres_test.go +++ b/postgres/postgres_test.go @@ -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) -} \ No newline at end of file +}