Skip to content
This repository has been archived by the owner on Jun 19, 2024. It is now read-only.

Commit

Permalink
chore: fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
Gavin-Niederman committed Mar 13, 2024
1 parent e42fead commit 528b6a9
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions packages/pros-graphics/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,7 @@ use embedded_graphics_core::{
primitives::Rectangle,
Pixel,
};
use pros_devices::{
color::Rgb,
Screen,
};
use pros_devices::{color::Rgb, Screen};

/// An embedded_graphics driver for the Brain display
pub struct VexDisplay {
Expand Down

0 comments on commit 528b6a9

Please sign in to comment.