Skip to content

Commit

Permalink
Format don’t fix - something not right with make format
Browse files Browse the repository at this point in the history
  • Loading branch information
alanpaxton committed Oct 25, 2023
1 parent 0205083 commit c78147f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion java/src/main/java/org/rocksdb/UInt64AddOperator.java
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ public UInt64AddOperator() {
private static native long newSharedUInt64AddOperator();
@Override
protected final void disposeInternal(final long handle) {
disposeInternalJni(handle);
disposeInternalJni(handle);
}
private static native void disposeInternalJni(final long handle);
}

0 comments on commit c78147f

Please sign in to comment.