Skip to content

Commit e48399a

Browse files
authored
Update rust/cardano-blockchain-types/src/point.rs
1 parent 8d04f53 commit e48399a

File tree

1 file changed

+1
-1
lines changed
  • rust/cardano-blockchain-types/src

1 file changed

+1
-1
lines changed

rust/cardano-blockchain-types/src/point.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -453,7 +453,7 @@ impl Default for Point {
453453
}
454454

455455
/// Compare Points, because Pallas does not impl `Ord` for Point.
456-
pub(crate) fn cmp_point(
456+
fn cmp_point(
457457
a: &pallas::network::miniprotocols::Point, b: &pallas::network::miniprotocols::Point,
458458
) -> Ordering {
459459
match a {

0 commit comments

Comments
 (0)