Skip to content

Commit

Permalink
Clean up rebase mistake
Browse files Browse the repository at this point in the history
  • Loading branch information
popematt committed Dec 15, 2023
1 parent 08ff18c commit 77b5f5e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ private Ion_1_1_Constants() {}
/**
* FlexSym byte that indicates an opcode is coming; it's value is the FlexInt encoding of 0.
*/
static final byte FLEX_SYM_ESCAPE_BYTE = 1;
static final byte FLEX_SYM_ESCAPE_BYTE = FlexInt.ZERO;

static final byte SID_TO_FLEX_SYM_SWITCH_MARKER = FlexInt.ZERO;

Expand Down

0 comments on commit 77b5f5e

Please sign in to comment.