mirror of
https://github.com/GayPizzaSpecifications/foundation.git
synced 2025-08-03 05:30:55 +00:00
Ensure newlines in all files.
This commit is contained in:
@ -4,4 +4,4 @@ import net.kyori.adventure.text.format.TextColor
|
|||||||
|
|
||||||
object TextColors {
|
object TextColors {
|
||||||
val AMARANTH_PINK = TextColor.fromHexString("#F7A8B8")!!
|
val AMARANTH_PINK = TextColor.fromHexString("#F7A8B8")!!
|
||||||
}
|
}
|
||||||
|
@ -62,4 +62,4 @@ object Util {
|
|||||||
val os = System.getProperty("os.name")
|
val os = System.getProperty("os.name")
|
||||||
return os != null && os.lowercase().startsWith("windows")
|
return os != null && os.lowercase().startsWith("windows")
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -164,4 +164,4 @@ class BackupCommand(
|
|||||||
companion object {
|
companion object {
|
||||||
private val RUNNING = AtomicBoolean()
|
private val RUNNING = AtomicBoolean()
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -9,4 +9,4 @@ class SchedulerRunner : Job {
|
|||||||
val function = context.jobDetail.jobDataMap["function"] as () -> Unit
|
val function = context.jobDetail.jobDataMap["function"] as () -> Unit
|
||||||
function()
|
function()
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
org.quartz.scheduler.instanceName = Foundation
|
org.quartz.scheduler.instanceName = Foundation
|
||||||
org.quartz.threadPool.threadCount = 2
|
org.quartz.threadPool.threadCount = 2
|
||||||
org.quartz.jobStore.class = org.quartz.simpl.RAMJobStore
|
org.quartz.jobStore.class = org.quartz.simpl.RAMJobStore
|
||||||
|
Reference in New Issue
Block a user