Re-format on stable rustfmt (#974)

This commit is contained in:
Osspial
2019-06-24 12:14:55 -04:00
committed by GitHub
parent 9dd15d00d8
commit a195ce8146
39 changed files with 587 additions and 713 deletions

View File

@@ -25,7 +25,7 @@ fn main() {
Event::EventsCleared => {
window.request_redraw();
*control_flow = ControlFlow::WaitUntil(Instant::now() + Duration::new(1, 0))
},
}
_ => (),
}
});