Skip to content

Commit

Permalink
fix dsl section order
Browse files Browse the repository at this point in the history
  • Loading branch information
HLWeil committed May 10, 2022
1 parent 68dc8ac commit b70044a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/FsSpreadsheet/DSL/Transform.fs
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ module Transform =
| IndexedRow (i,r) :: tail -> loop true false [IndexedRow (i,r)] tail agg

loop false false [] els []
|> List.rev

type Workbook with

Expand Down

0 comments on commit b70044a

Please sign in to comment.