~~whitespace fixes~~

This commit is contained in:
Alec Grieser 2017-10-11 14:54:49 -07:00
parent 2722e6d99e
commit 09e54aa23b
1 changed files with 1 additions and 1 deletions

View File

@ -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;
}
});