fix(lint): format imports in agent_id_test
This commit is contained in:
parent
222d1a3086
commit
f2a71ca824
1 changed files with 4 additions and 3 deletions
|
|
@ -1,8 +1,9 @@
|
||||||
package routing
|
package routing
|
||||||
|
|
||||||
import "strings"
|
import (
|
||||||
|
"strings"
|
||||||
import "testing"
|
"testing"
|
||||||
|
)
|
||||||
|
|
||||||
func TestNormalizeAgentID_Empty(t *testing.T) {
|
func TestNormalizeAgentID_Empty(t *testing.T) {
|
||||||
if got := NormalizeAgentID(""); got != DefaultAgentID {
|
if got := NormalizeAgentID(""); got != DefaultAgentID {
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue