Skip to content

Commit 20a27b5

Browse files
committed
Apply Spotless formatting
1 parent 2124e14 commit 20a27b5

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

application/src/main/java/org/togetherjava/tjbot/features/github/GitHubCommand.java

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@
44
import net.dv8tion.jda.api.events.interaction.command.SlashCommandInteractionEvent;
55
import net.dv8tion.jda.api.interactions.commands.OptionType;
66
import org.kohsuke.github.GHIssue;
7+
import org.slf4j.Logger;
8+
import org.slf4j.LoggerFactory;
79

810
import org.togetherjava.tjbot.features.CommandVisibility;
911
import org.togetherjava.tjbot.features.SlashCommandAdapter;
@@ -17,13 +19,10 @@
1719
import java.util.List;
1820
import java.util.PriorityQueue;
1921
import java.util.Queue;
22+
import java.util.concurrent.CompletableFuture;
2023
import java.util.function.ToIntFunction;
2124
import java.util.regex.Matcher;
2225
import java.util.stream.Stream;
23-
import java.util.concurrent.CompletableFuture;
24-
25-
import org.slf4j.Logger;
26-
import org.slf4j.LoggerFactory;
2726

2827
/**
2928
* Slash command (/github-search) used to search for an issue in one of the repositories listed in

0 commit comments

Comments
 (0)