go fmt (#278)
This commit is contained in:
parent
27605f7c47
commit
a07e62e49e
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue