Skip to content

Commit

Permalink
spotless
Browse files Browse the repository at this point in the history
  • Loading branch information
rbri committed Mar 15, 2024
1 parent 2826f59 commit 9cc5f6b
Showing 1 changed file with 1 addition and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -140,10 +140,7 @@ public Object get(Symbol key, Scriptable start) {
return super.get(key, start);
}

private static final int
Id_buffer = 1,
Id_byteOffset = 2,
Id_byteLength = 3;
private static final int Id_buffer = 1, Id_byteOffset = 2, Id_byteLength = 3;

// to be visible by subclasses
protected static final int MAX_INSTANCE_ID = Id_byteLength;
Expand Down

0 comments on commit 9cc5f6b

Please sign in to comment.