Imported Upstream version 1.36.0
[platform/upstream/grpc.git] / tools / run_tests / run_microbenchmark.py
index a275e16..133aba2 100755 (executable)
@@ -41,7 +41,8 @@ def fnize(s):
     out = ''
     for c in s:
         if c in '<>, /':
-            if len(out) and out[-1] == '_': continue
+            if len(out) and out[-1] == '_':
+                continue
             out += '_'
         else:
             out += c