diff options
author | 2021-10-13 13:50:24 +0200 | |
---|---|---|
committer | 2021-10-13 13:50:24 +0200 | |
commit | a07e62e49e1e31ea8809816072d4bc908a73321e (patch) | |
tree | d10a516c2935a9b0e1ddc247492d0b0088c18a4d /internal/db/bundb/trace.go | |
parent | add new logo + credits (#277) (diff) | |
download | gotosocial-a07e62e49e1e31ea8809816072d4bc908a73321e.tar.xz |
go fmt (#278)
Diffstat (limited to 'internal/db/bundb/trace.go')
-rw-r--r-- | internal/db/bundb/trace.go | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/internal/db/bundb/trace.go b/internal/db/bundb/trace.go index b13adf1bf..31f64cd36 100644 --- a/internal/db/bundb/trace.go +++ b/internal/db/bundb/trace.go @@ -28,8 +28,7 @@ import ( ) func newDebugQueryHook() bun.QueryHook { - return &debugQueryHook{ - } + return &debugQueryHook{} } // debugQueryHook implements bun.QueryHook |