diff options
author | 2021-10-13 13:50:24 +0200 | |
---|---|---|
committer | 2021-10-13 13:50:24 +0200 | |
commit | a07e62e49e1e31ea8809816072d4bc908a73321e (patch) | |
tree | d10a516c2935a9b0e1ddc247492d0b0088c18a4d /internal/trans/trans_test.go | |
parent | add new logo + credits (#277) (diff) | |
download | gotosocial-a07e62e49e1e31ea8809816072d4bc908a73321e.tar.xz |
go fmt (#278)
Diffstat (limited to 'internal/trans/trans_test.go')
-rw-r--r-- | internal/trans/trans_test.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/trans/trans_test.go b/internal/trans/trans_test.go index 3e3dfe4a3..6554167b0 100644 --- a/internal/trans/trans_test.go +++ b/internal/trans/trans_test.go @@ -26,7 +26,7 @@ import ( type TransTestSuite struct { suite.Suite - db db.DB + db db.DB } func (suite *TransTestSuite) SetupTest() { |