mirror of
https://github.com/GayPizzaSpecifications/foundation.git
synced 2025-08-02 21:20:55 +00:00
Ensure newlines in all files.
This commit is contained in:
parent
e5822db210
commit
c39c5a99d5
@ -4,4 +4,4 @@ import net.kyori.adventure.text.format.TextColor
|
||||
|
||||
object TextColors {
|
||||
val AMARANTH_PINK = TextColor.fromHexString("#F7A8B8")!!
|
||||
}
|
||||
}
|
||||
|
@ -62,4 +62,4 @@ object Util {
|
||||
val os = System.getProperty("os.name")
|
||||
return os != null && os.lowercase().startsWith("windows")
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -164,4 +164,4 @@ class BackupCommand(
|
||||
companion object {
|
||||
private val RUNNING = AtomicBoolean()
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -9,4 +9,4 @@ class SchedulerRunner : Job {
|
||||
val function = context.jobDetail.jobDataMap["function"] as () -> Unit
|
||||
function()
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user