Skip to content

Commit b9bffb4

Browse files
committed
format
1 parent 2f34ff6 commit b9bffb4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vector/src/main/java/org/apache/arrow/vector/ViewVarBinaryVector.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ public void read(int index, ReusableBuffer<?> buffer) {
122122
*/
123123
@Override
124124
public byte[] getObject(int index) {
125-
if(isSet(index) == 0) {
125+
if (isSet(index) == 0) {
126126
return null;
127127
}
128128
return getData(index);

0 commit comments

Comments
 (0)