Skip to content

Commit f639624

Browse files
committed
Fantomas
1 parent eb0c2a7 commit f639624

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

vsintegration/src/FSharp.Editor/Completion/CompletionProvider.fs

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,9 @@ type internal FSharpCompletionProvider
183183
ParsedInput.TryGetCompletionContext(completionContextPos, parseResults.ParseTree, line)
184184

185185
let options =
186-
{ FSharpCodeCompletionOptions.Default with SuggestOverrideBodies = genBodyForOverriddenMeth }
186+
{ FSharpCodeCompletionOptions.Default with
187+
SuggestOverrideBodies = genBodyForOverriddenMeth
188+
}
187189

188190
let declarations =
189191
checkFileResults.GetDeclarationListInfo(

0 commit comments

Comments
 (0)