mirror of
https://github.com/superseriousbusiness/gotosocial
synced 2025-06-05 21:59:39 +02:00
go fmt (#278)
This commit is contained in:
@@ -28,8 +28,7 @@ import (
|
|||||||
)
|
)
|
||||||
|
|
||||||
func newDebugQueryHook() bun.QueryHook {
|
func newDebugQueryHook() bun.QueryHook {
|
||||||
return &debugQueryHook{
|
return &debugQueryHook{}
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
// debugQueryHook implements bun.QueryHook
|
// debugQueryHook implements bun.QueryHook
|
||||||
|
Reference in New Issue
Block a user