Skip to content

Commit

Permalink
clang-format
Browse files Browse the repository at this point in the history
  • Loading branch information
markdroth committed Aug 30, 2023
1 parent cf0555e commit 3c4cb00
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/ext/filters/client_channel/lb_policy/xds/cds.cc
Original file line number Diff line number Diff line change
Expand Up @@ -459,7 +459,7 @@ void CdsLb::OnClusterChanged(
if (*result) {
if (discovery_mechanisms.empty()) {
return OnError(name, absl::FailedPreconditionError(
"aggregate cluster graph has no leaf clusters"));
"aggregate cluster graph has no leaf clusters"));
}
// LB policy is configured by aggregate cluster, not by the individual
// underlying cluster that we may be processing an update for.
Expand Down

0 comments on commit 3c4cb00

Please sign in to comment.