mirror of
https://github.com/ICDSystems/ICD.Common.Utils.git
synced 2026-04-12 12:07:05 +00:00
tidying
This commit is contained in:
parent
b5c3aefe4c
commit
49a2b6875d
1 changed files with 1 additions and 3 deletions
|
|
@ -91,9 +91,7 @@ namespace ICD.Common.Utils.Json
|
|||
[PublicAPI]
|
||||
public static void Print(string json)
|
||||
{
|
||||
var sb = Format(json);
|
||||
|
||||
IcdConsole.PrintLine(sb.ToString());
|
||||
IcdConsole.PrintLine(Format(json));
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue