mirror of
https://github.com/ICDSystems/ICD.Common.Utils.git
synced 2026-02-10 02:05:20 +00:00
tidying
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user