Re-add a semicolon

🥇
This commit is contained in:
Myles 2021-02-06 14:30:18 +00:00 committed by GitHub
parent 1998eca6c8
commit 22793dbac4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -36,7 +36,7 @@ public class SpongeEncodeHandler extends MessageToByteEncoder<Object> implements
}
}
} else {
bytebuf.writeBytes((ByteBuf) o)
bytebuf.writeBytes((ByteBuf) o);
}
transform(bytebuf);
}