Skip to content

Commit

Permalink
Format
Browse files Browse the repository at this point in the history
  • Loading branch information
TimLariviere committed Nov 16, 2024
1 parent cff8758 commit 8eeb945
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Fabulous.Tests/APISketchTests/TestUI.Widgets.fs
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@ module TestUI_Widgets =
type Instance<'arg, 'model, 'msg, 'marker when 'msg: equality>(program: StatefulView<'arg, 'model, 'msg, 'marker>) =
let mutable state: ('model * obj * Widget) option = None

let logger =
let logger =
{ Log = fun _ -> ()
MinLogLevel = LogLevel.Fatal }

Expand Down

0 comments on commit 8eeb945

Please sign in to comment.