Skip to content

Commit

Permalink
🤖 Format .jl files (#14)
Browse files Browse the repository at this point in the history
Co-authored-by: eliascarv <[email protected]>
  • Loading branch information
github-actions[bot] and eliascarv authored Dec 12, 2024
1 parent 5023613 commit 2c1ea24
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/converions.jl
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@
c1 = LatLon{PD83}(T(51.14), T(11.45))
c2 = convert(LatLon{ETRFLatest}, c1)
@test allapprox(c2, LatLon{ETRFLatest}(T(51.138737511105006), T(11.448580215003755)))

# RD/83 to ETRF (ETRS89)
c1 = LatLon{RD83}(T(52.25), T(12.75))
c2 = convert(LatLon{ETRFLatest}, c1)
Expand Down

0 comments on commit 2c1ea24

Please sign in to comment.