diff --git a/foundation-core/src/main/kotlin/gay/pizza/foundation/core/TextColors.kt b/foundation-core/src/main/kotlin/gay/pizza/foundation/core/TextColors.kt index 4882d47..007aded 100644 --- a/foundation-core/src/main/kotlin/gay/pizza/foundation/core/TextColors.kt +++ b/foundation-core/src/main/kotlin/gay/pizza/foundation/core/TextColors.kt @@ -4,4 +4,4 @@ import net.kyori.adventure.text.format.TextColor object TextColors { val AMARANTH_PINK = TextColor.fromHexString("#F7A8B8")!! -} \ No newline at end of file +} diff --git a/foundation-core/src/main/kotlin/gay/pizza/foundation/core/Util.kt b/foundation-core/src/main/kotlin/gay/pizza/foundation/core/Util.kt index 0f185ab..72fa746 100644 --- a/foundation-core/src/main/kotlin/gay/pizza/foundation/core/Util.kt +++ b/foundation-core/src/main/kotlin/gay/pizza/foundation/core/Util.kt @@ -62,4 +62,4 @@ object Util { val os = System.getProperty("os.name") return os != null && os.lowercase().startsWith("windows") } -} \ No newline at end of file +} diff --git a/foundation-core/src/main/kotlin/gay/pizza/foundation/core/features/backup/BackupCommand.kt b/foundation-core/src/main/kotlin/gay/pizza/foundation/core/features/backup/BackupCommand.kt index d3cf5ee..e1853dd 100644 --- a/foundation-core/src/main/kotlin/gay/pizza/foundation/core/features/backup/BackupCommand.kt +++ b/foundation-core/src/main/kotlin/gay/pizza/foundation/core/features/backup/BackupCommand.kt @@ -164,4 +164,4 @@ class BackupCommand( companion object { private val RUNNING = AtomicBoolean() } -} \ No newline at end of file +} diff --git a/foundation-core/src/main/kotlin/gay/pizza/foundation/core/features/scheduler/SchedulerRunner.kt b/foundation-core/src/main/kotlin/gay/pizza/foundation/core/features/scheduler/SchedulerRunner.kt index 913ac52..45758bd 100644 --- a/foundation-core/src/main/kotlin/gay/pizza/foundation/core/features/scheduler/SchedulerRunner.kt +++ b/foundation-core/src/main/kotlin/gay/pizza/foundation/core/features/scheduler/SchedulerRunner.kt @@ -9,4 +9,4 @@ class SchedulerRunner : Job { val function = context.jobDetail.jobDataMap["function"] as () -> Unit function() } -} \ No newline at end of file +} diff --git a/foundation-core/src/main/resources/quartz.properties b/foundation-core/src/main/resources/quartz.properties index 798770c..aca1d85 100644 --- a/foundation-core/src/main/resources/quartz.properties +++ b/foundation-core/src/main/resources/quartz.properties @@ -1,3 +1,3 @@ org.quartz.scheduler.instanceName = Foundation org.quartz.threadPool.threadCount = 2 -org.quartz.jobStore.class = org.quartz.simpl.RAMJobStore \ No newline at end of file +org.quartz.jobStore.class = org.quartz.simpl.RAMJobStore