fix(lint): format imports in agent_id_test

This commit is contained in:
Petrichor 2026-02-27 21:20:56 +08:00
parent af10aa7090
commit 2ebd4ee1e4

View file

@ -1,8 +1,9 @@
package routing
import "strings"
import "testing"
import (
"strings"
"testing"
)
func TestNormalizeAgentID_Empty(t *testing.T) {
if got := NormalizeAgentID(""); got != DefaultAgentID {