Skip to content

Commit

Permalink
🤖 Format .jl files (#3)
Browse files Browse the repository at this point in the history
Co-authored-by: juliohm <[email protected]>
  • Loading branch information
github-actions[bot] and juliohm authored Feb 26, 2024
1 parent ede1b4a commit 39cc5e9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/crs.jl
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ abstract type CRS{Datum} end
Base.isapprox(coords₁::C, coords₂::C; kwargs...) where {C<:CRS} =
all(ntuple(i -> isapprox(getfield(coords₁, i), getfield(coords₂, i); kwargs...), nfields(coords₁)))


"""
formulas(CRS, T)
Expand Down

0 comments on commit 39cc5e9

Please sign in to comment.