mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2024-11-22 11:46:40 +00:00
go fmt (#278)
This commit is contained in:
parent
27605f7c47
commit
a07e62e49e
|
@ -28,8 +28,7 @@
|
|||
)
|
||||
|
||||
func newDebugQueryHook() bun.QueryHook {
|
||||
return &debugQueryHook{
|
||||
}
|
||||
return &debugQueryHook{}
|
||||
}
|
||||
|
||||
// debugQueryHook implements bun.QueryHook
|
||||
|
|
Loading…
Reference in a new issue