aboutsummaryrefslogtreecommitdiff
path: root/examples2d/all_examples2.rs
diff options
context:
space:
mode:
authorSébastien Crozet <developer@crozet.re>2023-01-01 16:47:25 +0100
committerGitHub <noreply@github.com>2023-01-01 16:47:25 +0100
commitd482205f02138b8105557d09d315190b7b09a938 (patch)
tree6cd2c4de45990db0781c7b93938433327f442791 /examples2d/all_examples2.rs
parentcc0c982a5b74f38695a63278d51fd39bf1693524 (diff)
parent68d7cedfbcbcdc84c5b1f0aae4c146b1ad0c9210 (diff)
downloadrapier-d482205f02138b8105557d09d315190b7b09a938.tar.gz
rapier-d482205f02138b8105557d09d315190b7b09a938.tar.bz2
rapier-d482205f02138b8105557d09d315190b7b09a938.zip
Merge pull request #431 from fabriceci/fix-format-error-cargo-fmt
Fix CI build error check-fmt
Diffstat (limited to 'examples2d/all_examples2.rs')
-rw-r--r--examples2d/all_examples2.rs2
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();