From 13c3820bbf7c0a01acc1cd7a3eeeb06134420b11 Mon Sep 17 00:00:00 2001 From: github-actions <> Date: Wed, 31 Jan 2024 19:27:41 +0000 Subject: [PATCH] Google Java Format --- .../io/github/brenoepics/at4j/core/thread/ThreadPool.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main/java/io/github/brenoepics/at4j/core/thread/ThreadPool.java b/src/main/java/io/github/brenoepics/at4j/core/thread/ThreadPool.java index 1e5e6f5..96f1abf 100644 --- a/src/main/java/io/github/brenoepics/at4j/core/thread/ThreadPool.java +++ b/src/main/java/io/github/brenoepics/at4j/core/thread/ThreadPool.java @@ -64,8 +64,8 @@ public interface ThreadPool { * Executes code after a given duration. * *

Tasks will be scheduled on the daemon executor, allowing the bot to shut down without all - * tasks being executed. This method is not meant to persist a scheduled task over multiple bot life - * cycles. + * tasks being executed. This method is not meant to persist a scheduled task over multiple bot + * life cycles. * * @param task The code to run. * @param duration The duration to run the code after.