mirror of
				https://github.com/GayPizzaSpecifications/foundation.git
				synced 2025-11-03 19:29:38 +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 {
 | 
			
		||||
  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
 | 
			
		||||
 | 
			
		||||
		Reference in New Issue
	
	Block a user