aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/ruby/bin
diff options
context:
space:
mode:
authorGravatar Craig Tiller <ctiller@google.com>2015-02-18 09:23:38 -0800
committerGravatar Craig Tiller <ctiller@google.com>2015-02-18 09:23:38 -0800
commit190d360defe58eec0540d50cbb5d4a8f4878c4f1 (patch)
tree22e169a0f6780559fef31d847ad226c7ebd8cb4a /src/ruby/bin
parent0605995e55a2030c5a2a82092a253e7188b8d2fb (diff)
Add missing new-lines at end of file
Diffstat (limited to 'src/ruby/bin')
-rw-r--r--src/ruby/bin/apis/google/protobuf/empty.rb2
-rwxr-xr-xsrc/ruby/bin/apis/pubsub_demo.rb2
-rw-r--r--src/ruby/bin/apis/tech/pubsub/proto/pubsub.rb2
-rw-r--r--src/ruby/bin/apis/tech/pubsub/proto/pubsub_services.rb2
-rwxr-xr-xsrc/ruby/bin/interop/interop_client.rb2
-rwxr-xr-xsrc/ruby/bin/interop/interop_server.rb2
-rw-r--r--src/ruby/bin/interop/test/cpp/interop/empty.rb2
-rw-r--r--src/ruby/bin/interop/test/cpp/interop/messages.rb2
-rw-r--r--src/ruby/bin/interop/test/cpp/interop/test.rb2
-rw-r--r--src/ruby/bin/interop/test/cpp/interop/test_services.rb2
-rwxr-xr-xsrc/ruby/bin/math.rb2
-rwxr-xr-xsrc/ruby/bin/math_client.rb2
-rwxr-xr-xsrc/ruby/bin/math_server.rb2
-rwxr-xr-xsrc/ruby/bin/math_services.rb2
-rwxr-xr-xsrc/ruby/bin/noproto_client.rb2
-rwxr-xr-xsrc/ruby/bin/noproto_server.rb2
16 files changed, 16 insertions, 16 deletions
diff --git a/src/ruby/bin/apis/google/protobuf/empty.rb b/src/ruby/bin/apis/google/protobuf/empty.rb
index 9aaa19b474..2f6bbc950b 100644
--- a/src/ruby/bin/apis/google/protobuf/empty.rb
+++ b/src/ruby/bin/apis/google/protobuf/empty.rb
@@ -41,4 +41,4 @@ module Google
module Protobuf
Empty = Google::Protobuf::DescriptorPool.generated_pool.lookup("google.protobuf.Empty").msgclass
end
-end \ No newline at end of file
+end
diff --git a/src/ruby/bin/apis/pubsub_demo.rb b/src/ruby/bin/apis/pubsub_demo.rb
index cd31efd9f1..6656a56130 100755
--- a/src/ruby/bin/apis/pubsub_demo.rb
+++ b/src/ruby/bin/apis/pubsub_demo.rb
@@ -275,4 +275,4 @@ def main
NamedActions.new(pub, sub, args).method(args.action).call
end
-main \ No newline at end of file
+main
diff --git a/src/ruby/bin/apis/tech/pubsub/proto/pubsub.rb b/src/ruby/bin/apis/tech/pubsub/proto/pubsub.rb
index 63db5c3ec8..d61431f17a 100644
--- a/src/ruby/bin/apis/tech/pubsub/proto/pubsub.rb
+++ b/src/ruby/bin/apis/tech/pubsub/proto/pubsub.rb
@@ -171,4 +171,4 @@ module Tech
AcknowledgeRequest = Google::Protobuf::DescriptorPool.generated_pool.lookup("tech.pubsub.AcknowledgeRequest").msgclass
NackRequest = Google::Protobuf::DescriptorPool.generated_pool.lookup("tech.pubsub.NackRequest").msgclass
end
-end \ No newline at end of file
+end
diff --git a/src/ruby/bin/apis/tech/pubsub/proto/pubsub_services.rb b/src/ruby/bin/apis/tech/pubsub/proto/pubsub_services.rb
index cb27ce6039..43c5265643 100644
--- a/src/ruby/bin/apis/tech/pubsub/proto/pubsub_services.rb
+++ b/src/ruby/bin/apis/tech/pubsub/proto/pubsub_services.rb
@@ -100,4 +100,4 @@ module Tech
Stub = Service.rpc_stub_class
end
end
-end \ No newline at end of file
+end
diff --git a/src/ruby/bin/interop/interop_client.rb b/src/ruby/bin/interop/interop_client.rb
index 94d4ad6c3e..ef31f68f83 100755
--- a/src/ruby/bin/interop/interop_client.rb
+++ b/src/ruby/bin/interop/interop_client.rb
@@ -348,4 +348,4 @@ def main
NamedTests.new(stub, opts).method(opts['test_case']).call
end
-main \ No newline at end of file
+main
diff --git a/src/ruby/bin/interop/interop_server.rb b/src/ruby/bin/interop/interop_server.rb
index 0e2b40bdca..b3b7d0c5a3 100755
--- a/src/ruby/bin/interop/interop_server.rb
+++ b/src/ruby/bin/interop/interop_server.rb
@@ -189,4 +189,4 @@ def main
s.run
end
-main \ No newline at end of file
+main
diff --git a/src/ruby/bin/interop/test/cpp/interop/empty.rb b/src/ruby/bin/interop/test/cpp/interop/empty.rb
index 0dd4d21293..3579fa5ded 100644
--- a/src/ruby/bin/interop/test/cpp/interop/empty.rb
+++ b/src/ruby/bin/interop/test/cpp/interop/empty.rb
@@ -41,4 +41,4 @@ module Grpc
module Testing
Empty = Google::Protobuf::DescriptorPool.generated_pool.lookup("grpc.testing.Empty").msgclass
end
-end \ No newline at end of file
+end
diff --git a/src/ruby/bin/interop/test/cpp/interop/messages.rb b/src/ruby/bin/interop/test/cpp/interop/messages.rb
index 9e65b42caa..89c349b406 100644
--- a/src/ruby/bin/interop/test/cpp/interop/messages.rb
+++ b/src/ruby/bin/interop/test/cpp/interop/messages.rb
@@ -86,4 +86,4 @@ module Grpc
StreamingOutputCallResponse = Google::Protobuf::DescriptorPool.generated_pool.lookup("grpc.testing.StreamingOutputCallResponse").msgclass
PayloadType = Google::Protobuf::DescriptorPool.generated_pool.lookup("grpc.testing.PayloadType").enummodule
end
-end \ No newline at end of file
+end
diff --git a/src/ruby/bin/interop/test/cpp/interop/test.rb b/src/ruby/bin/interop/test/cpp/interop/test.rb
index 0df3ec1f3a..5948b50eaa 100644
--- a/src/ruby/bin/interop/test/cpp/interop/test.rb
+++ b/src/ruby/bin/interop/test/cpp/interop/test.rb
@@ -40,4 +40,4 @@ end
module Grpc
module Testing
end
-end \ No newline at end of file
+end
diff --git a/src/ruby/bin/interop/test/cpp/interop/test_services.rb b/src/ruby/bin/interop/test/cpp/interop/test_services.rb
index d50457f18c..5a3146c581 100644
--- a/src/ruby/bin/interop/test/cpp/interop/test_services.rb
+++ b/src/ruby/bin/interop/test/cpp/interop/test_services.rb
@@ -57,4 +57,4 @@ module Grpc
Stub = Service.rpc_stub_class
end
end
-end \ No newline at end of file
+end
diff --git a/src/ruby/bin/math.rb b/src/ruby/bin/math.rb
index 7dc677b6a3..323993ed43 100755
--- a/src/ruby/bin/math.rb
+++ b/src/ruby/bin/math.rb
@@ -58,4 +58,4 @@ module Math
FibArgs = Google::Protobuf::DescriptorPool.generated_pool.lookup("math.FibArgs").msgclass
Num = Google::Protobuf::DescriptorPool.generated_pool.lookup("math.Num").msgclass
FibReply = Google::Protobuf::DescriptorPool.generated_pool.lookup("math.FibReply").msgclass
-end \ No newline at end of file
+end
diff --git a/src/ruby/bin/math_client.rb b/src/ruby/bin/math_client.rb
index 9a0687f669..cb085d4d42 100755
--- a/src/ruby/bin/math_client.rb
+++ b/src/ruby/bin/math_client.rb
@@ -144,4 +144,4 @@ def main
do_div_many(stub)
end
-main \ No newline at end of file
+main
diff --git a/src/ruby/bin/math_server.rb b/src/ruby/bin/math_server.rb
index ff38b2a250..93277e3932 100755
--- a/src/ruby/bin/math_server.rb
+++ b/src/ruby/bin/math_server.rb
@@ -187,4 +187,4 @@ def main
s.run
end
-main \ No newline at end of file
+main
diff --git a/src/ruby/bin/math_services.rb b/src/ruby/bin/math_services.rb
index c559ae0bb8..cf58a53913 100755
--- a/src/ruby/bin/math_services.rb
+++ b/src/ruby/bin/math_services.rb
@@ -53,4 +53,4 @@ module Math
Stub = Service.rpc_stub_class
end
-end \ No newline at end of file
+end
diff --git a/src/ruby/bin/noproto_client.rb b/src/ruby/bin/noproto_client.rb
index ec01e740f3..44710520d2 100755
--- a/src/ruby/bin/noproto_client.rb
+++ b/src/ruby/bin/noproto_client.rb
@@ -105,4 +105,4 @@ def main
logger.info("got a response: #{resp}")
end
-main \ No newline at end of file
+main
diff --git a/src/ruby/bin/noproto_server.rb b/src/ruby/bin/noproto_server.rb
index 208a91f734..435f8f4ebf 100755
--- a/src/ruby/bin/noproto_server.rb
+++ b/src/ruby/bin/noproto_server.rb
@@ -109,4 +109,4 @@ def main
s.run
end
-main \ No newline at end of file
+main