Skip to content

Commit

Permalink
Update code
Browse files Browse the repository at this point in the history
  • Loading branch information
eliascarv committed Jul 29, 2024
1 parent d4e4e51 commit b5c7e95
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/table.jl
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
# Licensed under the MIT License. See LICENSE in the project root.
# ------------------------------------------------------------------

struct Table{T,C}
rows::T
struct Table{R,C}
rows::R
crs::C
end

Expand Down

0 comments on commit b5c7e95

Please sign in to comment.