From 9055c0302bc12d5f7fd295f75bc487961c87a0f0 Mon Sep 17 00:00:00 2001 From: Simon Gardling Date: Mon, 14 Feb 2022 11:31:31 -0500 Subject: [PATCH] rustfmt --- src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib.rs b/src/lib.rs index 85504d8..04c0de5 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -1,9 +1,9 @@ use meval::Expr; use plotters::prelude::*; use plotters_canvas::CanvasBackend; +use std::panic; use wasm_bindgen::prelude::*; use web_sys::HtmlCanvasElement; -use std::panic; #[global_allocator] static ALLOC: wee_alloc::WeeAlloc = wee_alloc::WeeAlloc::INIT;