Format code

This commit is contained in:
Maximilian Ammann 2022-04-08 18:43:09 +02:00
parent 3c7dddf336
commit 0b6bd33f2e
3 changed files with 0 additions and 18 deletions

View File

@ -1,6 +1,5 @@
use cgmath::Vector2;
use crate::input::UpdateState;
use crate::map_state::MapState;
use std::time::Duration;

View File

@ -1,25 +1,9 @@
use std::future::Future;
use crate::error::Error;
use crate::io::shared_thread_state::SharedThreadState;
pub struct Scheduler {
schedule_method: ScheduleMethod,
}

View File

@ -1,4 +1,3 @@
use crate::io::shared_thread_state::SharedThreadState;
pub struct TokioScheduleMethod;