Skip to content

Commit

Permalink
Format code
Browse files Browse the repository at this point in the history
  • Loading branch information
TimLariviere committed Jun 1, 2023
1 parent 76d9b52 commit 272a80c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/Fabulous/Runners.fs
Original file line number Diff line number Diff line change
Expand Up @@ -219,8 +219,7 @@ module ViewAdapters =
Reconciler.update canReuseView (ValueSome prevWidget) currentWidget node
with ex ->
if not(exceptionHandler ex) then
reraise()
)
reraise())
with ex ->
if not(exceptionHandler ex) then
reraise()
Expand Down

0 comments on commit 272a80c

Please sign in to comment.