Skip to content

Commit d2b0938

Browse files
committed
spotless
1 parent 25ddc83 commit d2b0938

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

src/org/mozilla/javascript/typedarrays/NativeArrayBufferView.java

+1-4
Original file line numberDiff line numberDiff line change
@@ -140,10 +140,7 @@ public Object get(Symbol key, Scriptable start) {
140140
return super.get(key, start);
141141
}
142142

143-
private static final int
144-
Id_buffer = 1,
145-
Id_byteOffset = 2,
146-
Id_byteLength = 3;
143+
private static final int Id_buffer = 1, Id_byteOffset = 2, Id_byteLength = 3;
147144

148145
// to be visible by subclasses
149146
protected static final int MAX_INSTANCE_ID = Id_byteLength;

0 commit comments

Comments
 (0)