Skip to content

Commit

Permalink
fix: remove the unnecessary path segment
Browse files Browse the repository at this point in the history
Signed-off-by: Jia Chao <jiac13@chinaunicom.cn>
  • Loading branch information
Jia Chao authored and tarcieri committed Jun 13, 2024
1 parent cc7e7c9 commit 45c1077
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/package.rs
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ impl Package {
}
}

impl std::fmt::Display for Package {
impl fmt::Display for Package {
fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result {
write!(f, "{}", self.nevra())
}
Expand Down

0 comments on commit 45c1077

Please sign in to comment.