summaryrefslogtreecommitdiff
path: root/dsa/DSALib/Commands/ProbenTest.cs
diff options
context:
space:
mode:
Diffstat (limited to 'dsa/DSALib/Commands/ProbenTest.cs')
-rw-r--r--dsa/DSALib/Commands/ProbenTest.cs6
1 files changed, 2 insertions, 4 deletions
diff --git a/dsa/DSALib/Commands/ProbenTest.cs b/dsa/DSALib/Commands/ProbenTest.cs
index 7c88480..6896e15 100644
--- a/dsa/DSALib/Commands/ProbenTest.cs
+++ b/dsa/DSALib/Commands/ProbenTest.cs
@@ -1,7 +1,5 @@
-namespace DSALib.Commands
-{
- public class ProbenTest
- {
+namespace DSALib.Commands {
+ public class ProbenTest {
/*[Command("t"), Summary("Würfelt ein Talent-/Zauberprobe")]
[Alias("T", "Talent", "talent", "versuche")]
public Task TalentAsync([Summary("Talent oder Zaubername")] string talent, int erschwernis = 0)