Skip to content

Commit

Permalink
test: fmt again...
Browse files Browse the repository at this point in the history
  • Loading branch information
djavorek committed Nov 2, 2023
1 parent 5841f42 commit 791bb42
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions server/core/src/logic/common.rs
Original file line number Diff line number Diff line change
Expand Up @@ -129,8 +129,8 @@ pub mod tests {
smtp_password: TEST_STR.to_string(),
},
metrics_config: MetricsConfig {
metrics_address: SocketAddr::new(IpAddr::V4(Ipv4Addr::new(127, 0, 0, 1)), 3001)
}
metrics_address: SocketAddr::new(IpAddr::V4(Ipv4Addr::new(127, 0, 0, 1)), 3001),
},
};
}

Expand Down

0 comments on commit 791bb42

Please sign in to comment.