Skip to content

Commit

Permalink
Run cargo fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
Pandicon committed Dec 14, 2024
1 parent e840b72 commit 35d145b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/great_circle_arc.rs
Original file line number Diff line number Diff line change
Expand Up @@ -133,8 +133,8 @@ impl GreatCircleArc {
// They are parallel, but do not overlap each other
Ok(Vec::new())
}
},
_ => Err(err)
}
_ => Err(err),
}
}
}
Expand Down

0 comments on commit 35d145b

Please sign in to comment.