From dd37e2835be91f6256dec2276f4cf9cd669c28cc Mon Sep 17 00:00:00 2001 From: songtianlun Date: Sat, 25 Jan 2025 01:38:35 +0800 Subject: [PATCH] style: add newline at end of schedule_tasks.rb This commit adds a newline at the end of the 'schedule_tasks.rb' file to comply with the standard coding practices. Proper file formatting helps in maintaining code consistency across the project. --- config/initializers/schedule_tasks.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/initializers/schedule_tasks.rb b/config/initializers/schedule_tasks.rb index abfabc6..fb391d8 100644 --- a/config/initializers/schedule_tasks.rb +++ b/config/initializers/schedule_tasks.rb @@ -16,4 +16,4 @@ Rails.application.config.after_initialize do Rails.cache.delete("startup_task_running") end end -end \ No newline at end of file +end