cargo fmt

This commit is contained in:
rezural
2020-12-31 15:26:11 +11:00
parent 6f508e5d04
commit c300ce760c

View File

@@ -181,11 +181,7 @@ impl Harness {
}
for f in &mut self.callbacks {
f(
&mut self.physics,
&self.events,
&self.state,
)
f(&mut self.physics, &self.events, &self.state)
}
for plugin in &mut self.plugins {