Skip to content

Commit

Permalink
cargo fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelklishin committed Nov 25, 2024
1 parent 9b0afd4 commit 1db34ae
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/responses.rs
Original file line number Diff line number Diff line change
Expand Up @@ -718,7 +718,7 @@ pub struct Listener {
protocol: String,
port: u32,
#[serde(rename(deserialize = "ip_address"))]
interface: String
interface: String,
}

#[derive(Debug, Deserialize, Clone, Eq, PartialEq, Default)]
Expand Down Expand Up @@ -751,7 +751,7 @@ pub struct Overview {
pub node_tags: TagMap,

pub statistics_db_event_queue: u64,
pub churn_rates: ChurnRates
pub churn_rates: ChurnRates,
}

fn undefined() -> String {
Expand Down

0 comments on commit 1db34ae

Please sign in to comment.