From 56475ef68551627b7c956dac8051fe5cd782a16f Mon Sep 17 00:00:00 2001 From: kageru Date: Fri, 18 Oct 2019 22:15:22 +0200 Subject: [PATCH] Fix indentation --- src/main/kotlin/moe/kageru/kagebot/features/SetConfigFeature.kt | 1 - src/test/kotlin/moe/kageru/kagebot/command/CommandTest.kt | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/src/main/kotlin/moe/kageru/kagebot/features/SetConfigFeature.kt b/src/main/kotlin/moe/kageru/kagebot/features/SetConfigFeature.kt index 0697a1d..9357160 100644 --- a/src/main/kotlin/moe/kageru/kagebot/features/SetConfigFeature.kt +++ b/src/main/kotlin/moe/kageru/kagebot/features/SetConfigFeature.kt @@ -4,7 +4,6 @@ import moe.kageru.kagebot.MessageUtil.sendEmbed import moe.kageru.kagebot.config.Config import moe.kageru.kagebot.config.ConfigParser import org.javacord.api.event.message.MessageCreateEvent -import java.lang.reflect.InvocationTargetException class SetConfigFeature : MessageFeature { @ExperimentalStdlibApi diff --git a/src/test/kotlin/moe/kageru/kagebot/command/CommandTest.kt b/src/test/kotlin/moe/kageru/kagebot/command/CommandTest.kt index 1456b5c..2241c73 100644 --- a/src/test/kotlin/moe/kageru/kagebot/command/CommandTest.kt +++ b/src/test/kotlin/moe/kageru/kagebot/command/CommandTest.kt @@ -39,7 +39,7 @@ class CommandTest : StringSpec({ Globals.commandCounter.get() shouldBe (before + 1) } } - "should match prefix command" { + "should match prefix command" { withCommands( """ [[command]]