clang-format all the files.

Whenever we run clang-format, gen_build_yaml.py and
ServerServiceDefinitionExtensions.cs get modified by the script.

Let's commit those changes so that these file remain unmodified
after running the formatting script.
pull/17647/head
Soheil Hassas Yeganeh 6 years ago
parent 46bd2f7adb
commit 0d6e10e795
  1. 2
      src/csharp/Grpc.Core/Interceptors/ServerServiceDefinitionExtensions.cs
  2. 2
      test/cpp/qps/gen_build_yaml.py

@ -76,4 +76,4 @@ namespace Grpc.Core.Interceptors
return serverServiceDefinition;
}
}
}
}

@ -131,4 +131,4 @@ def generate_yaml():
}
print(yaml.dump(generate_yaml()))
print(yaml.dump(generate_yaml()))

Loading…
Cancel
Save