Skip to content

Commit b0e87ae

Browse files
committed
Drop trailing whitespace from CI job name
1 parent a685dcf commit b0e87ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
- run: cd test_suite/no_std && cargo build
5656

5757
nightly:
58-
name: Rust nightly ${{matrix.os == 'windows' && '(windows)' || ''}}
58+
name: Rust nightly${{matrix.os == 'windows' && ' (windows)' || ''}}
5959
runs-on: ${{matrix.os}}-latest
6060
strategy:
6161
fail-fast: false

0 commit comments

Comments
 (0)