Skip to content
This repository was archived by the owner on Nov 30, 2022. It is now read-only.

Commit 3602c75

Browse files
committed
Remove trailing whitespace
Remove two instances of trailing whitespace character.
1 parent 9b124ca commit 3602c75

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/rust.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
12
on: [push, pull_request]
23

34
name: Continuous integration
@@ -11,7 +12,7 @@ jobs:
1112
rust:
1213
- nightly
1314
steps:
14-
- name: Checkout Crate
15+
- name: Checkout Crate
1516
uses: actions/checkout@v2
1617
- name: Checkout Toolchain
1718
uses: actions-rs/toolchain@v1

0 commit comments

Comments
 (0)