Browse Source

cargo fmt

Getty Ritter 4 years ago
parent
commit
16dc9117bc
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/lib.rs

+ 1 - 1
src/lib.rs

@@ -77,7 +77,7 @@ mod tests {
         type Storage = specs::VecStorage<Mov>;
     }
 
-    system!{ Foo (_x: Mov, mut y: Pos,) =>
+    system! { Foo (_x: Mov, mut y: Pos,) =>
         y.x += 1;
     }
 }