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

Commit

Permalink
chore: format
Browse files Browse the repository at this point in the history
  • Loading branch information
Gavin-Niederman committed Feb 12, 2024
1 parent ca7279d commit 958ded0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/pros-devices/src/adi/mod.rs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
//! ADI (Triport) devices on the Vex V5.
use pros_core::{bail_on, error::PortError, map_errno};
use pros_sys::{adi_port_config_e_t, PROS_ERR, E_ADI_ERR,};
use pros_sys::{adi_port_config_e_t, E_ADI_ERR, PROS_ERR};
use snafu::Snafu;

//TODO: much more in depth module documentation for device modules as well as this module.
Expand Down

0 comments on commit 958ded0

Please sign in to comment.