commit 41c36ac7bade06c2902ebcdce32503b32af6e621 parent 41ba6f657d2bfd66a9b3b64934f7ac974787ca94 Author: William Casarin <jb55@jb55.com> Date: Thu, 6 Jul 2023 19:37:48 -0700 fix fmt warning Diffstat:
M | src/bin/main.rs | | | 1 | - |
1 file changed, 0 insertions(+), 1 deletion(-)
diff --git a/src/bin/main.rs b/src/bin/main.rs @@ -40,4 +40,3 @@ pub fn main() { .expect("failed to start eframe"); }); } -