Skip to content
This repository was archived by the owner on Apr 5, 2025. It is now read-only.

Commit 2d0c0e1

Browse files
committed
Remove extra whitespace
1 parent ef62689 commit 2d0c0e1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Fargo/Console.fs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ module Native =
1717

1818

1919
let checkWin32VT100 () =
20-
let h = Native.GetStdHandle(Native.STD_OUTPUT_HANDLE)
20+
let h = Native.GetStdHandle(Native.STD_OUTPUT_HANDLE)
2121
let mutable x = 0u
2222
let r = Native.GetConsoleMode(h, &x)
2323
if not r then

0 commit comments

Comments
 (0)