Skip to content

Commit ef6c268

Browse files
authored
Merge pull request #511 from smoltcp-rs/fmt-typo
Fix typo in rustfmt ci
2 parents d36202b + 7ad5fe7 commit ef6c268

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/rustfmt.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
- uses: actions-rs/toolchain@v1
1313
with:
1414
toolchain: stable
15-
protile: minimal
15+
profile: minimal
1616
components: rustfmt
1717
- name: Check fmt
1818
run: cargo fmt -- --check

0 commit comments

Comments
 (0)