cargo fmt

This commit is contained in:
rezural
2020-12-21 04:33:25 +11:00
parent be07227e94
commit 16720918aa
4 changed files with 15 additions and 13 deletions

View File

@@ -10,4 +10,3 @@ pub trait TestbedPlugin {
fn draw(&mut self);
fn profiling_string(&self) -> String;
}