diff options
| author | fabriceci <fabricecipolla@gmail.com> | 2022-12-26 21:45:31 +0100 |
|---|---|---|
| committer | fabriceci <fabricecipolla@gmail.com> | 2022-12-26 21:45:31 +0100 |
| commit | 68d7cedfbcbcdc84c5b1f0aae4c146b1ad0c9210 (patch) | |
| tree | 6cd2c4de45990db0781c7b93938433327f442791 /examples2d/all_examples2.rs | |
| parent | cc0c982a5b74f38695a63278d51fd39bf1693524 (diff) | |
| download | rapier-68d7cedfbcbcdc84c5b1f0aae4c146b1ad0c9210.tar.gz rapier-68d7cedfbcbcdc84c5b1f0aae4c146b1ad0c9210.tar.bz2 rapier-68d7cedfbcbcdc84c5b1f0aae4c146b1ad0c9210.zip | |
Fix CI build error check-fmt
Diffstat (limited to 'examples2d/all_examples2.rs')
| -rw-r--r-- | examples2d/all_examples2.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples2d/all_examples2.rs b/examples2d/all_examples2.rs index 6fecc9e..d102b46 100644 --- a/examples2d/all_examples2.rs +++ b/examples2d/all_examples2.rs @@ -24,9 +24,9 @@ mod platform2; mod polyline2; mod pyramid2; mod restitution2; +mod rope_joints2; mod sensor2; mod trimesh2; -mod rope_joints2; fn demo_name_from_command_line() -> Option<String> { let mut args = std::env::args(); |
