diff options
| author | Jan Nils Ferner <contact@jnferner.com> | 2023-02-04 18:12:15 +0100 |
|---|---|---|
| committer | Jan Nils Ferner <contact@jnferner.com> | 2023-02-04 18:12:15 +0100 |
| commit | da671fd99a737efb754139120a112e5532ab85ed (patch) | |
| tree | 03d83f104d5841fc681804253ff5fa434e7e13b1 /examples2d/character_controller2.rs | |
| parent | 220d2b09ab3f4ba7d63be23a0f5b1c4176424411 (diff) | |
| download | rapier-da671fd99a737efb754139120a112e5532ab85ed.tar.gz rapier-da671fd99a737efb754139120a112e5532ab85ed.tar.bz2 rapier-da671fd99a737efb754139120a112e5532ab85ed.zip | |
Fix formatting
Diffstat (limited to 'examples2d/character_controller2.rs')
| -rw-r--r-- | examples2d/character_controller2.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples2d/character_controller2.rs b/examples2d/character_controller2.rs index e964a02..8ecd23c 100644 --- a/examples2d/character_controller2.rs +++ b/examples2d/character_controller2.rs @@ -1,6 +1,6 @@ -use std::f32::consts::PI; use rapier2d::prelude::*; use rapier_testbed2d::Testbed; +use std::f32::consts::PI; pub fn init_world(testbed: &mut Testbed) { /* |
