Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
DedSec256 committed Oct 31, 2024
1 parent be6e690 commit 3297ca0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ module JetBrains.ReSharper.Plugins.FSharp.Psi.Services.Util.TypeAnnotationsUtil
open JetBrains.ReSharper.Plugins.FSharp.Psi.Tree
open JetBrains.ReSharper.Psi.Tree

let rec tryVisitCompositePattern acc (pattern: IFSharpPattern) =
let rec private tryVisitCompositePattern acc (pattern: IFSharpPattern) =
match pattern with
| :? IReferencePat -> acc
| _ -> visitPattern acc pattern
Expand Down

0 comments on commit 3297ca0

Please sign in to comment.