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

Commit

Permalink
chore: formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
Gavin-Niederman committed Nov 18, 2023
1 parent f4a8f23 commit c3b18d9
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion pros/src/sensors/vision.rs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,10 @@ use alloc::vec::Vec;
use pros_sys::{PROS_ERR, VISION_OBJECT_ERR_SIG};
use snafu::Snafu;

use crate::{error::{bail_errno, bail_on, map_errno, PortError}, lvgl::colors::LcdColor};
use crate::{
error::{bail_errno, bail_on, map_errno, PortError},
lvgl::colors::LcdColor,
};

/// Represents a vision sensor plugged into the vex.
pub struct VisionSensor {
Expand Down

0 comments on commit c3b18d9

Please sign in to comment.