Skip to content

Commit

Permalink
chore: spotless
Browse files Browse the repository at this point in the history
  • Loading branch information
surajkumar committed May 29, 2024
1 parent f4a3dfa commit 10c0457
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
import com.javadiscord.jdi.core.models.emoji.Emoji;
import com.javadiscord.jdi.core.models.invite.Invite;
import com.javadiscord.jdi.core.models.message.Message;
import com.javadiscord.jdi.core.models.message.MessageReaction;
import com.javadiscord.jdi.core.models.message.embed.Embed;
import com.javadiscord.jdi.core.models.user.User;
import com.javadiscord.jdi.internal.api.channel.*;
Expand Down Expand Up @@ -69,7 +68,7 @@ public AsyncResponse<Void> createReaction(
Emoji emoji
) {
return responseParser.callAndParse(
Void.class, new CreateReactionRequest(channelId, messageId, emoji)
Void.class, new CreateReactionRequest(channelId, messageId, emoji)
);
}

Expand Down

0 comments on commit 10c0457

Please sign in to comment.