Skip to content

Commit 7779b5e

Browse files
authored
Merge pull request #140 from ionide/dependabot/nuget/fantomas-7.0.1
Bump fantomas from 6.3.16 to 7.0.1
2 parents 30d67f5 + f601ae1 commit 7779b5e

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.config/dotnet-tools.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
]
1010
},
1111
"fantomas": {
12-
"version": "6.3.16",
12+
"version": "7.0.1",
1313
"commands": [
1414
"fantomas"
1515
]

src/Ionide.Analyzers/LanguageVersionShim.fs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,7 @@ module private ReflectionDelegates =
1818
let method = instanceType.GetMethod(getterName, BindingFlagsToSeeAll)
1919

2020
let getFunc =
21-
typedefof<Func<_, _, _>>
22-
.MakeGenericType(instanceType, arg1, typeof<'returnType>)
21+
typedefof<Func<_, _, _>>.MakeGenericType(instanceType, arg1, typeof<'returnType>)
2322

2423
let delegate2 = method.CreateDelegate(getFunc)
2524
// TODO: Emit IL for performance

0 commit comments

Comments
 (0)