Skip to content

Commit

Permalink
ignore files
Browse files Browse the repository at this point in the history
  • Loading branch information
samuel-cavalcanti committed Oct 13, 2023
1 parent 586d704 commit 1d7b33a
Show file tree
Hide file tree
Showing 4 changed files with 463 additions and 465 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,5 @@ jobs:
- name: Run tests
run: cargo test --verbose
- name: Check format
run: cargo fmt; git diff-index --exit-code HEAD -- .
run: cargo fmt --verbose; git diff-index --exit-code HEAD -- .

2 changes: 0 additions & 2 deletions src/remote_api_objects/sim/mod.rs
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
#[rustfmt::skip]
mod sim_api;

#[rustfmt::skip]
mod sim_const;

#[rustfmt::skip]
mod sim_ik_api;

Expand Down
Loading

0 comments on commit 1d7b33a

Please sign in to comment.