Skip to content

Commit 2086325

Browse files
committed
cleanup: Trim trailing whitespace
1 parent b56560b commit 2086325

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/main.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ jobs:
166166
shell: bash
167167
- run: echo "RUST_COMPILER_RT_ROOT=$(realpath ./compiler-rt)" >> "$GITHUB_ENV"
168168
shell: bash
169-
169+
170170
- name: Download musl source
171171
run: ./ci/update-musl.sh
172172
shell: bash
@@ -278,7 +278,7 @@ jobs:
278278
with:
279279
name: ${{ env.BASELINE_NAME }}
280280
path: ${{ env.BASELINE_NAME }}.tar.xz
281-
281+
282282
- name: Run wall time benchmarks
283283
run: |
284284
# Always use the same seed for benchmarks. Ideally we should switch to a

ci/run.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ else
161161
mflags+=(--workspace --target "$target")
162162
cmd=(cargo test "${mflags[@]}")
163163
profile_flag="--profile"
164-
164+
165165
# If nextest is available, use that
166166
command -v cargo-nextest && nextest=1 || nextest=0
167167
if [ "$nextest" = "1" ]; then
@@ -204,7 +204,7 @@ else
204204
"${cmd[@]}" "$profile_flag" release-checked --features unstable-intrinsics --benches
205205

206206
# Ensure that the routines do not panic.
207-
#
207+
#
208208
# `--tests` must be passed because no-panic is only enabled as a dev
209209
# dependency. The `release-opt` profile must be used to enable LTO and a
210210
# single CGU.

0 commit comments

Comments
 (0)