Skip to content

Commit 8359ec6

Browse files
authored
Fantomas (#18404)
1 parent f8a550b commit 8359ec6

File tree

1 file changed

+2
-8
lines changed

1 file changed

+2
-8
lines changed

vsintegration/src/FSharp.Editor/Common/Extensions.fs

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -81,14 +81,8 @@ type TextViewEventsHandler
8181
|> Option.iter (fun handler -> handler (view, newline, oldline))
8282

8383
member this.OnChangeScrollInfo
84-
(
85-
_view: IVsTextView,
86-
_iBar: int,
87-
_iMinUnit: int,
88-
_iMaxUnits: int,
89-
_iVisibleUnits: int,
90-
_iFirstVisibleUnit: int
91-
) =
84+
(_view: IVsTextView, _iBar: int, _iMinUnit: int, _iMaxUnits: int, _iVisibleUnits: int, _iFirstVisibleUnit: int)
85+
=
9286
()
9387

9488
member this.OnKillFocus(view: IVsTextView) =

0 commit comments

Comments
 (0)