From 2820cacf46714cae04edd107ec8647ae26969f93 Mon Sep 17 00:00:00 2001 From: DevMiner Date: Sat, 24 Aug 2024 14:14:33 +0200 Subject: [PATCH] style: go fmt --- unitelsql/hooks.go | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/unitelsql/hooks.go b/unitelsql/hooks.go index 5ce6a14..44a8a73 100644 --- a/unitelsql/hooks.go +++ b/unitelsql/hooks.go @@ -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{}