Skip to content

Commit be9382f

Browse files
committed
edits
1 parent f14f3a4 commit be9382f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/format.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
uses: dtolnay/rust-toolchain@master
2828
with:
2929
toolchain: nightly
30-
components: clippy, rustc-dev
30+
components: rustfmt, clippy, rustc-dev
3131

3232
- name: Apply C++ formatting fixes
3333
run: find cpp2rust tests -name '*.cpp' -o -name '*.h' -o -name '*.c' | xargs clang-format -i

0 commit comments

Comments
 (0)