Skip to content

Commit

Permalink
Fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
marci4 committed Apr 3, 2022
1 parent a4d23c3 commit 8f1f8e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/org/java_websocket/drafts/Draft_6455.java
Original file line number Diff line number Diff line change
Expand Up @@ -575,7 +575,7 @@ private Framedata translateSingleFrame(ByteBuffer buffer)
frame.setPayload(payload);
if (frame.getOpcode() != Opcode.CONTINUOUS) {
// Prioritize the negotiated extension
if (frame.isRSV1() ||frame.isRSV2() || frame.isRSV3()) {
if (frame.isRSV1() || frame.isRSV2() || frame.isRSV3()) {
currentDecodingExtension = getExtension();
} else {
// No encoded message, so we can use the default one
Expand Down

0 comments on commit 8f1f8e4

Please sign in to comment.