style: go fmt

This commit is contained in:
DevMiner 2024-08-24 14:14:33 +02:00
parent 109459cad0
commit 2820cacf46

View file

@ -20,9 +20,7 @@ import (
// TODO: Port to github.com/loghole/dbhook for proper error handling
const (
sqlClientID = unitelutils.Base + "#TracedSQL@" + unitelutils.Version
)
const sqlClientID = unitelutils.Base + "#TracedSQL@" + unitelutils.Version
type dbCtxKeyT struct{}