Skip to content

Commit 442d883

Browse files
committed
spotless apply
1 parent ed47eff commit 442d883

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

application/src/main/java/org/togetherjava/tjbot/commands/free/FreeHelpChannelsRoutine.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ public void runRoutine(@NotNull JDA jda) {
5555
*/
5656
private boolean isInactive(@NotNull TextChannel channel) {
5757
return TimeUtil.getTimeCreated(channel.getLatestMessageIdLong())
58-
.isBefore(OffsetDateTime.now().minusMinutes(INACTIVE_TIME_MINUTES));
58+
.isBefore(OffsetDateTime.now().minusMinutes(INACTIVE_TIME_MINUTES));
5959
}
6060

6161
@Override

0 commit comments

Comments
 (0)