style: go fmt

This commit is contained in:
DevMiner 2024-08-24 14:14:33 +02:00
parent 11055de7da
commit f3bbc9ae88

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{}