summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/main/kotlin/Main.kt4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/main/kotlin/Main.kt b/src/main/kotlin/Main.kt
index 129dd40..0f8891d 100644
--- a/src/main/kotlin/Main.kt
+++ b/src/main/kotlin/Main.kt
@@ -70,7 +70,7 @@ private fun print(
val extraInfoPrefix = when (outputType) {
OutputType.DISCORD_PUBLIC -> " = "
OutputType.GITHUB -> " * "
- OutputType.DISCORD_INTERNAL -> " "
+ OutputType.DISCORD_INTERNAL -> " - "
}
println("")
println("")
@@ -105,7 +105,7 @@ private fun print(
fun getChangePrefix(name: String, outputType: OutputType): String {
return when (outputType) {
- OutputType.DISCORD_INTERNAL -> " "
+ OutputType.DISCORD_INTERNAL -> "- "
OutputType.GITHUB -> " + "
OutputType.DISCORD_PUBLIC -> when (name) {
"New Features" -> "+ "