From b479edd1082b6ab3180905162a9852ec94f85456 Mon Sep 17 00:00:00 2001 From: BuggStream Date: Mon, 8 Feb 2021 00:40:07 +0100 Subject: [PATCH] Fix last rustfmt issue --- src/epd1in54c/graphics.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/epd1in54c/graphics.rs b/src/epd1in54c/graphics.rs index dc66b7e..4475083 100644 --- a/src/epd1in54c/graphics.rs +++ b/src/epd1in54c/graphics.rs @@ -1,4 +1,4 @@ -use crate::epd1in54c::{DEFAULT_BACKGROUND_COLOR, HEIGHT, WIDTH, NUM_DISPLAY_BITS}; +use crate::epd1in54c::{DEFAULT_BACKGROUND_COLOR, HEIGHT, NUM_DISPLAY_BITS, WIDTH}; use crate::graphics::{Display, DisplayRotation}; use embedded_graphics::pixelcolor::BinaryColor; use embedded_graphics::prelude::*;