Skip to content

Commit 009f13f

Browse files
committed
Remove trailing whitespace.
1 parent d806053 commit 009f13f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: bench_runner/gh.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ def benchmark(
7373
def send_notification(body):
7474
conf = config.get_bench_runner_config()
7575
notification_issue = conf.get("notify", {}).get("notification_issue", 0)
76-
76+
7777
if notification_issue == 0:
7878
print("Not sending Github notification.")
7979
return

0 commit comments

Comments
 (0)