summaryrefslogtreecommitdiff
path: root/CommandLineWrapper/JsonResults/Implements/AccountListResult.cs
diff options
context:
space:
mode:
Diffstat (limited to 'CommandLineWrapper/JsonResults/Implements/AccountListResult.cs')
-rw-r--r--CommandLineWrapper/JsonResults/Implements/AccountListResult.cs5
1 files changed, 2 insertions, 3 deletions
diff --git a/CommandLineWrapper/JsonResults/Implements/AccountListResult.cs b/CommandLineWrapper/JsonResults/Implements/AccountListResult.cs
index 600b839..c6242ff 100644
--- a/CommandLineWrapper/JsonResults/Implements/AccountListResult.cs
+++ b/CommandLineWrapper/JsonResults/Implements/AccountListResult.cs
@@ -1,5 +1,4 @@
-using CommandLineWrapper;
-using CommandLineWrapper.JsonResults;
+namespace CommandLineWrapper.JsonResults.Implements;
public class AccountListResultGetter : JsonResultGetter<AccountListResult>
{
@@ -15,4 +14,4 @@ public struct AccountListResult
public struct AccountItem
{
public bool HasPrivateKey { get; set; }
-}
+} \ No newline at end of file