Skip to content

Commit

Permalink
Fix style error
Browse files Browse the repository at this point in the history
  • Loading branch information
jbangelo committed Sep 16, 2024
1 parent 15bab06 commit 8748ad1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion swiftnav/src/reference_frame/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -755,7 +755,7 @@ mod tests {
}

#[test]
fn ITRF2020_to_ETRF2000_shortest_path() {
fn itrf2020_to_etrf2000_shortest_path() {
let from = ReferenceFrame::ITRF2020;
let to = ReferenceFrame::ETRF2000;

Expand Down

0 comments on commit 8748ad1

Please sign in to comment.