Skip to content

Commit

Permalink
Commit with an edit in puffin-traits
Browse files Browse the repository at this point in the history
  • Loading branch information
zanieb committed Jan 19, 2024
1 parent d881642 commit d297b1e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/puffin-traits/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ pub enum BuildKind {
impl Display for BuildKind {
fn fmt(&self, f: &mut Formatter<'_>) -> std::fmt::Result {
match self {
BuildKind::Wheel => f.write_str("wheel"),
BuildKind::Wheel => f.write_str("REVERT ME"),
BuildKind::Editable => f.write_str("editable"),
}
}
Expand Down

0 comments on commit d297b1e

Please sign in to comment.