Skip to content

Commit

Permalink
Formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
FlorianLeChat committed Jun 17, 2021
1 parent 19aff0b commit 77d549a
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -103,9 +103,7 @@ static async Task Main(string[] args)
retrievedIDs = retrievedIDs.Distinct().ToList();

if (retrievedIDs.Count == 0)
{
ConsoleLog($"The object \"{identifier}\" doesn't contain any element, move to the next one.");
}

// Then we calculate the size of the identifiers for this object.
await CalculateSize();
Expand Down

0 comments on commit 77d549a

Please sign in to comment.