From 16720918aac974a57f82c5bc0e840b36c8fa5970 Mon Sep 17 00:00:00 2001 From: rezural Date: Mon, 21 Dec 2020 04:33:25 +1100 Subject: cargo fmt --- src_testbed/plugin.rs | 1 - 1 file changed, 1 deletion(-) (limited to 'src_testbed/plugin.rs') diff --git a/src_testbed/plugin.rs b/src_testbed/plugin.rs index 811e33c..872cdf5 100644 --- a/src_testbed/plugin.rs +++ b/src_testbed/plugin.rs @@ -10,4 +10,3 @@ pub trait TestbedPlugin { fn draw(&mut self); fn profiling_string(&self) -> String; } - -- cgit