Skip to content

Commit

Permalink
chore: fix import ordering for credentials/google/xds.go
Browse files Browse the repository at this point in the history
  • Loading branch information
bruuuuuuuce committed Mar 6, 2024
1 parent d405471 commit bfcfd81
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion credentials/google/xds.go
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,12 @@ package google

import (
"context"
"google.golang.org/grpc/internal/xds"
"net"
"net/url"
"strings"

"google.golang.org/grpc/credentials"
"google.golang.org/grpc/internal/xds"
)

const cfeClusterNamePrefix = "google_cfe_"
Expand Down

0 comments on commit bfcfd81

Please # to comment.