summaryrefslogtreecommitdiff
path: root/CommandLineWrapper/JsonResults/Implements/SheetListResult.cs
diff options
context:
space:
mode:
Diffstat (limited to 'CommandLineWrapper/JsonResults/Implements/SheetListResult.cs')
-rw-r--r--CommandLineWrapper/JsonResults/Implements/SheetListResult.cs5
1 files changed, 2 insertions, 3 deletions
diff --git a/CommandLineWrapper/JsonResults/Implements/SheetListResult.cs b/CommandLineWrapper/JsonResults/Implements/SheetListResult.cs
index 1fa9f0b..eb1068d 100644
--- a/CommandLineWrapper/JsonResults/Implements/SheetListResult.cs
+++ b/CommandLineWrapper/JsonResults/Implements/SheetListResult.cs
@@ -1,5 +1,4 @@
-using CommandLineWrapper;
-using CommandLineWrapper.JsonResults;
+namespace CommandLineWrapper.JsonResults.Implements;
public class SheetListResultGetter : JsonResultGetter<SheetListResult>
{
@@ -23,4 +22,4 @@ public struct SheetItem
{
public string Name { get; set; }
public string Holder { get; set; }
-}
+} \ No newline at end of file