Skip to content

Commit f601ae1

Browse files
committed
Format code with v7
1 parent 5f90a83 commit f601ae1

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

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)