Skip to content

Commit

Permalink
Merge pull request #27 from Nuhvi/dev
Browse files Browse the repository at this point in the history
fix(rust): remove unused variable closes #25
  • Loading branch information
Nuhvi authored Oct 18, 2023
2 parents dcacd50 + da4a50d commit 48bf5c0
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions pkarr/src/signed_packet.rs
Original file line number Diff line number Diff line change
Expand Up @@ -227,8 +227,6 @@ fn normalize_name(origin: &str, name: String) -> String {
return origin.to_string();
}

let mut new_name = name.to_string();
new_name.push_str(origin);
format!("{}.{}", name, origin)
}

Expand Down

0 comments on commit 48bf5c0

Please sign in to comment.