From 877dae612daf82b0058401ad33fd21e93ece39c1 Mon Sep 17 00:00:00 2001 From: Technerder Date: Sat, 10 Jul 2021 21:23:48 -0400 Subject: [PATCH] Fixed file formatting --- postgres/postgres.go | 2 +- postgres/postgres_test.go | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 +}