Browse Source

Fix formatting.

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

5
ICSharpCode.Decompiler/Metadata/DotNetCorePathFinder.cs

@ -47,11 +47,12 @@ namespace ICSharpCode.Decompiler.Metadata @@ -47,11 +47,12 @@ namespace ICSharpCode.Decompiler.Metadata
if (parts.Length > 1)
{
this.Version = parts[1];
} else
}
else
{
this.Version = "<UNKNOWN>";
}
this.Type = type;
this.Path = path;
this.RuntimeComponents = runtimeComponents ?? Empty<string>.Array;

Loading…
Cancel
Save