Skip to content

Commit

Permalink
cargo fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelkirk committed Jul 17, 2024
1 parent 71b7915 commit 2aa5b18
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -432,7 +432,7 @@ mod tests {
.unwrap();
match wkt {
Wkt::Point(Point(Some(coord))) => {
assert_eq!(coord.x, 10.0);
assert_eq!(coord.x, 10.0);
assert_eq!(coord.y, 20.1);
assert_eq!(coord.z, Some(5.0));
assert_eq!(coord.m, Some(80.0));
Expand Down

0 comments on commit 2aa5b18

Please sign in to comment.