Skip to content

Commit

Permalink
fantomas spotted extra space
Browse files Browse the repository at this point in the history
  • Loading branch information
Thorium committed Sep 22, 2024
1 parent 5fec7ce commit 0dd1427
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/Fake.Core.Process/Process.fs
Original file line number Diff line number Diff line change
Expand Up @@ -467,7 +467,7 @@ module Process =
with
| :? InvalidOperationException
| :? NotSupportedException
| :? System.ComponentModel.Win32Exception as e2 ->
| :? System.ComponentModel.Win32Exception as e2 ->
Trace.traceFAKE "Error while retrieving HasExited of process: %O" e2
false

Expand Down

0 comments on commit 0dd1427

Please sign in to comment.