aboutsummaryrefslogtreecommitdiffhomepage
path: root/src
diff options
context:
space:
mode:
authorGravatar Soheil Hassas Yeganeh <soheil@google.com>2019-01-07 10:15:07 -0500
committerGravatar Soheil Hassas Yeganeh <soheil@google.com>2019-01-07 10:21:09 -0500
commit0d6e10e795e9c627368afebf7d877bc392cd78dd (patch)
tree5cd209a98c1cf063b696b2cb4bac55c40e53ba11 /src
parent46bd2f7adb926053345665d5c487fa20acd2b5b0 (diff)
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.
Diffstat (limited to 'src')
-rw-r--r--src/csharp/Grpc.Core/Interceptors/ServerServiceDefinitionExtensions.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/csharp/Grpc.Core/Interceptors/ServerServiceDefinitionExtensions.cs b/src/csharp/Grpc.Core/Interceptors/ServerServiceDefinitionExtensions.cs
index 8987544f7f..56ead8a6a1 100644
--- a/src/csharp/Grpc.Core/Interceptors/ServerServiceDefinitionExtensions.cs
+++ b/src/csharp/Grpc.Core/Interceptors/ServerServiceDefinitionExtensions.cs
@@ -76,4 +76,4 @@ namespace Grpc.Core.Interceptors
return serverServiceDefinition;
}
}
-} \ No newline at end of file
+}