~~whitespace fixes~~
This commit is contained in:
parent
2722e6d99e
commit
09e54aa23b
|
@ -376,7 +376,7 @@ class AsyncDirectoryExtension {
|
|||
return inst.tcx.run(new Function<Transaction, Void>() {
|
||||
@Override
|
||||
public Void apply(Transaction tr) {
|
||||
tr.set(Tuple.from(dirIndex).pack((byte[])prefix), subspace().getKey());
|
||||
tr.set(Tuple.from(dirIndex).pack((byte[])prefix), subspace().getKey());
|
||||
return null;
|
||||
}
|
||||
});
|
||||
|
|
Loading…
Reference in New Issue