aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorGravatar Tamir Duberstein <tamird@gmail.com>2015-04-11 20:27:53 -0700
committerGravatar Tamir Duberstein <tamird@gmail.com>2015-05-06 17:02:57 -0400
commit4f5cbe6ead5a83452f2dd14d3099c93723c61276 (patch)
tree9769930d79123b153fab7384b202c0590eaa354a
parent9d9d0b70de43e4c397bbd583a6712d3f4cdf7043 (diff)
Whitespace
-rwxr-xr-xpython/google/protobuf/internal/service_reflection_test.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/python/google/protobuf/internal/service_reflection_test.py b/python/google/protobuf/internal/service_reflection_test.py
index e1c2ad64..de462124 100755
--- a/python/google/protobuf/internal/service_reflection_test.py
+++ b/python/google/protobuf/internal/service_reflection_test.py
@@ -81,7 +81,7 @@ class FooUnitTest(unittest.TestCase):
self.assertEqual('Method Bar not implemented.',
rpc_controller.failure_message)
self.assertEqual(None, self.callback_response)
-
+
class MyServiceImpl(unittest_pb2.TestService):
def Foo(self, rpc_controller, request, done):
self.foo_called = True