summaryrefslogtreecommitdiff
path: root/CommandLineWrapper/JsonResults/Implements/StatusResult.cs
diff options
context:
space:
mode:
Diffstat (limited to 'CommandLineWrapper/JsonResults/Implements/StatusResult.cs')
-rw-r--r--CommandLineWrapper/JsonResults/Implements/StatusResult.cs3
1 files changed, 1 insertions, 2 deletions
diff --git a/CommandLineWrapper/JsonResults/Implements/StatusResult.cs b/CommandLineWrapper/JsonResults/Implements/StatusResult.cs
index aba2c25..6b52731 100644
--- a/CommandLineWrapper/JsonResults/Implements/StatusResult.cs
+++ b/CommandLineWrapper/JsonResults/Implements/StatusResult.cs
@@ -1,5 +1,4 @@
-using CommandLineWrapper;
-using CommandLineWrapper.JsonResults;
+namespace CommandLineWrapper.JsonResults.Implements;
public class StatusResultGetter : JsonResultGetter<StatusResult>
{