Skip to content

Commit

Permalink
cargo fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
jgallagher committed Apr 15, 2022
1 parent b1d7f0f commit 439b923
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gateway-sp-comms/src/management_switch.rs
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@
mod location_map;

use self::location_map::LocationMap;
pub use self::location_map::LocationConfig;
pub use self::location_map::LocationDeterminationConfig;
use self::location_map::LocationMap;
pub use self::location_map::SwitchPortConfig;

use crate::error::BadResponseType;
Expand Down

0 comments on commit 439b923

Please sign in to comment.