Skip to content

Commit 6e460cf

Browse files
committed
Apply patch from /run fantomas
1 parent e172511 commit 6e460cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Compiler/Service/QuickParse.fs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ module QuickParse =
9797
&& (index + 1 < lineStr.Length)
9898
&& IsIdentifierPartCharacter lineStr[index + 1]
9999
->
100-
Some (index + 1)
100+
Some(index + 1)
101101
| _ -> None // not on a word or '.'
102102

103103
let (|Char|_|) p =

0 commit comments

Comments
 (0)