Skip to content

Commit

Permalink
apply gofmt
Browse files Browse the repository at this point in the history
  • Loading branch information
arvindbr8 committed Mar 1, 2023
1 parent b275f02 commit 9b2ddae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion xds/internal/xdsclient/bootstrap/bootstrap.go
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ const (
// the xDS transport protocol.
// + A value of "ignore_resource_deletion" indicates that the client should
// ignore resource deletion in updates from the server.
serverFeaturesV3 = "xds_v3"
serverFeaturesV3 = "xds_v3"
serverFeaturesIgnoreResourceDeletion = "ignore_resource_deletion"

gRPCUserAgentName = "gRPC Go"
Expand Down

0 comments on commit 9b2ddae

Please sign in to comment.