Skip to content

Commit

Permalink
update: fixed merge conflict
Browse files Browse the repository at this point in the history
  • Loading branch information
MG committed Jul 17, 2024
1 parent 873ac6c commit dc09612
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tests/hygiene/pyclass.rs
Original file line number Diff line number Diff line change
Expand Up @@ -112,4 +112,4 @@ impl ::std::fmt::Display for Point {
fn fmt(&self, f: &mut ::std::fmt::Formatter<'_>) -> ::std::fmt::Result {
::std::write!(f, "({}, {}, {})", self.x, self.y, self.z)
}
}
}

0 comments on commit dc09612

Please sign in to comment.