From 1533cf6a4ebb56523a030b3e181e67eddf411875 Mon Sep 17 00:00:00 2001 From: promalert Date: Wed, 7 Jan 2026 14:23:14 +0800 Subject: [PATCH] chore: execute goimports to format the code Signed-off-by: promalert --- pkg/rpcmiddleware/fillcontext/fillcontext.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/rpcmiddleware/fillcontext/fillcontext.go b/pkg/rpcmiddleware/fillcontext/fillcontext.go index 347b872ccc..631b8f799d 100644 --- a/pkg/rpcmiddleware/fillcontext/fillcontext.go +++ b/pkg/rpcmiddleware/fillcontext/fillcontext.go @@ -18,7 +18,7 @@ package fillcontext import ( "context" - "github.com/grpc-ecosystem/go-grpc-middleware" + grpc_middleware "github.com/grpc-ecosystem/go-grpc-middleware" "go.thethings.network/lorawan-stack/v3/pkg/fillcontext" "google.golang.org/grpc" )