mirror of
https://github.com/DiscordSRV/Ascension.git
synced 2025-01-15 20:31:43 +01:00
Remove unnecessary semicolon
This commit is contained in:
parent
3a524c62a3
commit
a36d9dbbb0
@ -27,7 +27,7 @@ public class DiscordForumChannelImpl implements DiscordForumChannel {
|
|||||||
public DiscordForumChannelImpl(DiscordSRV discordSRV, ForumChannel channel) {
|
public DiscordForumChannelImpl(DiscordSRV discordSRV, ForumChannel channel) {
|
||||||
this.discordSRV = discordSRV;
|
this.discordSRV = discordSRV;
|
||||||
this.channel = channel;
|
this.channel = channel;
|
||||||
this.guild = discordSRV.discordAPI().getGuild(channel.getGuild());;
|
this.guild = discordSRV.discordAPI().getGuild(channel.getGuild());
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
|
Loading…
Reference in New Issue
Block a user