Skip to content

Commit

Permalink
small undo of styling change
Browse files Browse the repository at this point in the history
  • Loading branch information
HLWeil committed Oct 15, 2024
1 parent 79f4fde commit 36f78d4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Spreadsheet/DataMap.fs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ open ArcTable
open FsSpreadsheet

/// Reads an datamap from a spreadsheet
let fromFsWorkbook (doc: FsWorkbook) =
let fromFsWorkbook (doc : FsWorkbook) =
try
let dataMapTable =
doc.GetWorksheets()
Expand All @@ -16,7 +16,7 @@ let fromFsWorkbook (doc: FsWorkbook) =
with
| err -> failwithf "Could not parse datamap: \n%s" err.Message

let toFsWorkbook (dataMap: DataMap) =
let toFsWorkbook (dataMap : DataMap) =
let doc = new FsWorkbook()

DataMapTable.toFsWorksheet dataMap
Expand Down

0 comments on commit 36f78d4

Please sign in to comment.