浏览代码

Whitespace

Tamir Duberstein 10 年之前
父节点
当前提交
4f5cbe6ead
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      python/google/protobuf/internal/service_reflection_test.py

+ 1 - 1
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