mirror of
https://github.com/ICDSystems/ICD.Common.Utils.git
synced 2026-02-16 13:15:07 +00:00
tidying
This commit is contained in:
@@ -91,9 +91,7 @@ namespace ICD.Common.Utils.Json
|
|||||||
[PublicAPI]
|
[PublicAPI]
|
||||||
public static void Print(string json)
|
public static void Print(string json)
|
||||||
{
|
{
|
||||||
var sb = Format(json);
|
IcdConsole.PrintLine(Format(json));
|
||||||
|
|
||||||
IcdConsole.PrintLine(sb.ToString());
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
|
|||||||
Reference in New Issue
Block a user