Skip to content

Commit c83e528

Browse files
lisanhu38
authored andcommitted
fix fmt CI problem
1 parent 426cfaf commit c83e528

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

plotters/src/evcxr.rs

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
use crate::coord::Shift;
22
use crate::drawing::{DrawingArea, IntoDrawingArea};
33
use base64;
4-
use image::{png::PngEncoder, ImageBuffer, ImageError, Pixel, RgbImage, Rgb};
5-
use std::ops::Deref;
6-
use plotters_svg::SVGBackend;
4+
use image::{png::PngEncoder, ImageBuffer, ImageError, Pixel, Rgb, RgbImage};
75
use plotters_bitmap::BitMapBackend;
6+
use plotters_svg::SVGBackend;
7+
use std::ops::Deref;
88

99
/// The wrapper for the generated SVG
1010
pub struct SVGWrapper(String, String);
@@ -113,4 +113,4 @@ pub fn evcxr_bitmap_figure<
113113
// interval: usize,
114114
// ) -> SVGWrapper {
115115
// todo!();
116-
// }
116+
// }

0 commit comments

Comments
 (0)