diff --git a/CommandInfrastructure/JsonStructuredOutput.cs b/CommandInfrastructure/JsonStructuredOutput.cs index 8025c1a..c95d4db 100644 --- a/CommandInfrastructure/JsonStructuredOutput.cs +++ b/CommandInfrastructure/JsonStructuredOutput.cs @@ -5,7 +5,7 @@ * LICENSE file in the root directory of this source tree. */ -using System.Collections.Generic; +using System.Collections.Generic; using System.IO; using System.Text; using System.Text.Json;