Skip to content

Commit 4b4f7ab

Browse files
committed
Fix formatting
1 parent 21e3056 commit 4b4f7ab

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

ICSharpCode.Decompiler/Metadata/DotNetCorePathFinderExtensions.cs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -109,8 +109,7 @@ public static string DetectTargetFrameworkId(this MetadataReader metadata, strin
109109
}
110110
else if (r.Version.Major == 4 && r.Version.Minor == 2)
111111
{
112-
version = r.Version.Build switch
113-
{
112+
version = r.Version.Build switch {
114113
<= 0 => "2.0",
115114
1 => "3.0",
116115
_ => "3.1"

0 commit comments

Comments
 (0)