aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools
diff options
context:
space:
mode:
authorGravatar Bill Feng <yfen@google.com>2018-08-28 12:00:47 -0700
committerGravatar Bill Feng <yfen@google.com>2018-08-28 12:00:47 -0700
commit507c80e3094d46dea5ffb812dddc0dde4553ea43 (patch)
treeecb4085049d3c8eaa84eb7b9d5b13f4b33af1900 /tools
parent6e4df4fdfab0e45131bc48d0e8ee204557172c0d (diff)
added a newline to end of file
Diffstat (limited to 'tools')
-rwxr-xr-xtools/run_tests/sanity/check_qps_scenario_changes.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/run_tests/sanity/check_qps_scenario_changes.py b/tools/run_tests/sanity/check_qps_scenario_changes.py
index 1c64943cb5..2c34251eaa 100755
--- a/tools/run_tests/sanity/check_qps_scenario_changes.py
+++ b/tools/run_tests/sanity/check_qps_scenario_changes.py
@@ -30,4 +30,4 @@ if qps_json_driver_bzl in output or json_run_localhost_bzl in output:
print('qps benchmark scenarios have been updated, please commit '
'test/cpp/qps/qps_json_driver_scenarios.bzl and/or '
'test/cpp/qps/json_run_localhost_scenarios.bzl')
- sys.exit(1) \ No newline at end of file
+ sys.exit(1)