Ensure newlines in all files.

This commit is contained in:
Alex Zenla 2023-01-27 22:49:29 -08:00
parent e5822db210
commit c39c5a99d5
Signed by: alex
GPG Key ID: C0780728420EBFE5
5 changed files with 5 additions and 5 deletions

View File

@ -4,4 +4,4 @@ import net.kyori.adventure.text.format.TextColor
object TextColors {
val AMARANTH_PINK = TextColor.fromHexString("#F7A8B8")!!
}
}

View File

@ -62,4 +62,4 @@ object Util {
val os = System.getProperty("os.name")
return os != null && os.lowercase().startsWith("windows")
}
}
}

View File

@ -164,4 +164,4 @@ class BackupCommand(
companion object {
private val RUNNING = AtomicBoolean()
}
}
}

View File

@ -9,4 +9,4 @@ class SchedulerRunner : Job {
val function = context.jobDetail.jobDataMap["function"] as () -> Unit
function()
}
}
}

View File

@ -1,3 +1,3 @@
org.quartz.scheduler.instanceName = Foundation
org.quartz.threadPool.threadCount = 2
org.quartz.jobStore.class = org.quartz.simpl.RAMJobStore
org.quartz.jobStore.class = org.quartz.simpl.RAMJobStore