[Sanity] Fix (#39326)
Fix Sanity
Closes #39326
COPYBARA_INTEGRATE_REVIEW=https://github.com/grpc/grpc/pull/39326 from ac-patel:test fc517c4574b39ceae57ec7608f5028657c860aaa
PiperOrigin-RevId: 750090305
diff --git a/src/core/config/core_configuration.h b/src/core/config/core_configuration.h
index ab63891..3076761 100644
--- a/src/core/config/core_configuration.h
+++ b/src/core/config/core_configuration.h
@@ -202,8 +202,8 @@
}
// TODO(ctiller): Remove once all usage is cleaned up
- static void RegisterBuilder(
- absl::AnyInvocable<void(Builder*)> builder, SourceLocation whence = {}) {
+ static void RegisterBuilder(absl::AnyInvocable<void(Builder*)> builder,
+ SourceLocation whence = {}) {
RegisterBuilder(BuilderScope::kEphemeral, std::move(builder), whence);
}