summaryrefslogtreecommitdiff
path: root/dsa/DSALib/Commands/List.cs
diff options
context:
space:
mode:
Diffstat (limited to 'dsa/DSALib/Commands/List.cs')
-rw-r--r--dsa/DSALib/Commands/List.cs15
1 files changed, 5 insertions, 10 deletions
diff --git a/dsa/DSALib/Commands/List.cs b/dsa/DSALib/Commands/List.cs
index 1213f85..8106c89 100644
--- a/dsa/DSALib/Commands/List.cs
+++ b/dsa/DSALib/Commands/List.cs
@@ -1,20 +1,15 @@
-using System;
-using System.Collections.Generic;
+using System.Collections.Generic;
using System.Linq;
using DSALib.DSA_Game;
-namespace DSALib.Commands
-{
- public class List
- {
- public static string ListAsync(string prop)
- {
+namespace DSALib.Commands {
+ public class List {
+ public static string ListAsync(string prop) {
var res = new List<string>();
//int persist = 0;
- switch (prop.ToLower())
- {
+ switch (prop.ToLower()) {
case "man":
case "help":
return Help.Get_Specific_Help("List");