Skip to content

Commit bfcfd81

Browse files
committed
chore: fix import ordering for credentials/google/xds.go
1 parent d405471 commit bfcfd81

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

credentials/google/xds.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,12 +20,12 @@ package google
2020

2121
import (
2222
"context"
23-
"google.golang.org/grpc/internal/xds"
2423
"net"
2524
"net/url"
2625
"strings"
2726

2827
"google.golang.org/grpc/credentials"
28+
"google.golang.org/grpc/internal/xds"
2929
)
3030

3131
const cfeClusterNamePrefix = "google_cfe_"

0 commit comments

Comments
 (0)