Skip to content

Commit 3a070d5

Browse files
committed
Add missing newlines
1 parent 8b3b79c commit 3a070d5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/sycl-linux-run-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -335,4 +335,4 @@ jobs:
335335
preset: ${{ inputs.benchmark_preset }}
336336
env:
337337
RUNNER_TAG: ${{ inputs.runner }}
338-
GITHUB_TOKEN: ${{ secrets.LLVM_SYCL_BENCHMARK_TOKEN }}
338+
GITHUB_TOKEN: ${{ secrets.LLVM_SYCL_BENCHMARK_TOKEN }}

devops/scripts/benchmarks/compare.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -295,4 +295,4 @@ def print_regression(entry: dict):
295295
exit(1) # Exit 1 to trigger github test failure
296296
else:
297297
print("Unsupported operation: exiting.")
298-
exit(1)
298+
exit(1)

0 commit comments

Comments
 (0)