Skip to content

Commit f91cfc3

Browse files
committed
formatting
1 parent 54a23ab commit f91cfc3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/net/discordjug/javabot/util/InteractionUtils.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ private InteractionCallbackAction<?> delete(@NotNull ButtonInteraction interacti
9898

9999
String authorId = "";
100100

101-
if (componentId.length>2) {
101+
if (componentId.length > 2) {
102102
authorId = componentId[2];
103103
}
104104

0 commit comments

Comments
 (0)