Skip to content

Commit

Permalink
simple code review feedback (whitespace etc)
Browse files Browse the repository at this point in the history
  • Loading branch information
Larocceau committed Dec 4, 2024
1 parent 0abd6ea commit dd75d59
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/AgGrid.fs
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ type IColumnDefProp<'row, 'value> = interface end

type IRowHeightParameters<'row> = {
data: 'row option
RowNode: IRowNode<'row>
node: IRowNode<'row>
api: IGridApi<'row>
}

Expand Down Expand Up @@ -514,7 +514,6 @@ type AgGrid<'row> =

static member inline getRowHeight(v: IRowHeightParameters<'row> -> int option) = agGridProp<'row> ("getRowHeight", v)


static member onColumnGroupOpened(callback: _ -> unit) = // This can't be inline otherwise Fable produces invalid JS
let onColumnGroupOpened =
fun ev ->
Expand Down Expand Up @@ -734,7 +733,6 @@ type AgGrid<'row> =
totalValueGetter: string
}


[<RequireQualifiedAccess>]
type BuiltInMenuItem =
| AutoSizeAll
Expand Down

0 comments on commit dd75d59

Please sign in to comment.