aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools
diff options
context:
space:
mode:
authorGravatar Muxi Yan <mxyan@google.com>2018-05-23 09:47:23 -0700
committerGravatar Muxi Yan <mxyan@google.com>2018-05-23 19:06:32 -0700
commita6e8d0ba24a684713b879eb18e7ce5313f8030cf (patch)
tree649fd6f15bcf69271c7dbf927b8e9bc03bdd3f82 /tools
parentb5f6c1bc46137cdc65b333ba9b32889634e39d55 (diff)
clang-format and yapf_code
Diffstat (limited to 'tools')
-rwxr-xr-xtools/run_tests/sanity/core_banned_functions.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/tools/run_tests/sanity/core_banned_functions.py b/tools/run_tests/sanity/core_banned_functions.py
index ff136417aa..ae79340975 100755
--- a/tools/run_tests/sanity/core_banned_functions.py
+++ b/tools/run_tests/sanity/core_banned_functions.py
@@ -30,7 +30,8 @@ BANNED_EXCEPT = {
['src/core/lib/slice/slice_buffer.cc'],
'grpc_slice_ref(': ['src/core/lib/slice/slice.cc'],
'grpc_slice_unref(': ['src/core/lib/slice/slice.cc'],
- 'grpc_error_create(': ['src/core/lib/iomgr/error.cc','src/core/lib/iomgr/error_apple.cc'],
+ 'grpc_error_create(':
+ ['src/core/lib/iomgr/error.cc', 'src/core/lib/iomgr/error_apple.cc'],
'grpc_error_ref(': ['src/core/lib/iomgr/error.cc'],
'grpc_error_unref(': ['src/core/lib/iomgr/error.cc'],
'grpc_os_error(': ['src/core/lib/iomgr/error.cc'],