changed some Markups to Writelines
This commit is contained in:
parent
b1b24593ef
commit
95e53b00ec
@ -153,11 +153,11 @@ namespace RedundancyFinderCLI
|
|||||||
{
|
{
|
||||||
foreach (var redundancy in finder.Redundancies.Values)
|
foreach (var redundancy in finder.Redundancies.Values)
|
||||||
{
|
{
|
||||||
AnsiConsole.MarkupLine($"Hash: {redundancy.Hash}");
|
AnsiConsole.WriteLine($"Hash: {redundancy.Hash}");
|
||||||
AnsiConsole.MarkupLine("Paths:");
|
AnsiConsole.WriteLine("Paths:");
|
||||||
foreach (var path in redundancy.Paths)
|
foreach (var path in redundancy.Paths)
|
||||||
{
|
{
|
||||||
AnsiConsole.MarkupLine(path);
|
AnsiConsole.WriteLine(path);
|
||||||
}
|
}
|
||||||
AnsiConsole.WriteLine();
|
AnsiConsole.WriteLine();
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user