aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/csharp
diff options
context:
space:
mode:
authorGravatar Jan Tattermusch <jtattermusch@google.com>2015-05-07 15:10:50 -0700
committerGravatar Jan Tattermusch <jtattermusch@google.com>2015-05-07 15:10:50 -0700
commitefa702bd177ab26292551e5117f1d3e3e9fcaaca (patch)
treeedc6eb91f67b25a174808293e124c4cd22ff62c7 /src/csharp
parentcd7e3137da7e3304e86063bcc680eedea57e761c (diff)
add newline at EOF
Diffstat (limited to 'src/csharp')
-rwxr-xr-xsrc/csharp/generate_proto_csharp.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/csharp/generate_proto_csharp.sh b/src/csharp/generate_proto_csharp.sh
index bd9943b3b4..f980787bb7 100755
--- a/src/csharp/generate_proto_csharp.sh
+++ b/src/csharp/generate_proto_csharp.sh
@@ -40,4 +40,4 @@ protoc --plugin=$PLUGIN --grpc_out=$EXAMPLES_DIR \
-I $EXAMPLES_DIR/proto $EXAMPLES_DIR/proto/math.proto
protoc --plugin=$PLUGIN --grpc_out=$INTEROP_DIR \
- -I $INTEROP_DIR/proto $INTEROP_DIR/proto/test.proto \ No newline at end of file
+ -I $INTEROP_DIR/proto $INTEROP_DIR/proto/test.proto