Skip to content

Commit

Permalink
style: cargo fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
b-zee authored and joshuef committed May 6, 2024
1 parent e31bae8 commit 1f13f66
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions sn_node/src/node.rs
Original file line number Diff line number Diff line change
Expand Up @@ -81,8 +81,7 @@ impl NodeBuilder {
local: bool,
root_dir: PathBuf,
owner: String,
#[cfg(feature = "upnp")]
upnp: bool,
#[cfg(feature = "upnp")] upnp: bool,
) -> Self {
Self {
keypair,
Expand Down

0 comments on commit 1f13f66

Please sign in to comment.