Browse Source

Fix formatting.

pull/2235/head
Siegfried Pammer 5 years ago
parent
commit
ea699b0da0
  1. 3
      ICSharpCode.Decompiler/Metadata/DotNetCorePathFinder.cs

3
ICSharpCode.Decompiler/Metadata/DotNetCorePathFinder.cs

@ -47,7 +47,8 @@ namespace ICSharpCode.Decompiler.Metadata @@ -47,7 +47,8 @@ namespace ICSharpCode.Decompiler.Metadata
if (parts.Length > 1)
{
this.Version = parts[1];
} else
}
else
{
this.Version = "<UNKNOWN>";
}

Loading…
Cancel
Save