Skip to content

Commit

Permalink
πŸ“ chore: fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
zeon256 committed Jan 28, 2024
1 parent b7b4802 commit 10648b9
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions src/bus_enums.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,7 @@
//! Used for transforming stringly typed data from API to enums
pub mod prelude {
pub use {
crate::bus_enums::{Operator, BusCategory, BusFeature, BusLoad, BusType}
};
pub use crate::bus_enums::{BusCategory, BusFeature, BusLoad, BusType, Operator};
}

use serde::{Deserialize, Serialize};
Expand All @@ -20,13 +18,13 @@ use serde::{Deserialize, Serialize};
pub enum Operator {
#[serde(rename = "SBST")]
Sbst,

#[serde(rename = "SMRT")]
Smrt,

#[serde(rename = "TTS")]
Tts,

#[serde(rename = "GAS")]
Gas,

Expand Down

0 comments on commit 10648b9

Please sign in to comment.