mirror of
https://github.com/apple/foundationdb.git
synced 2025-05-15 18:32:18 +08:00
add missing curly bracket
This commit is contained in:
parent
fc1adfb138
commit
c20be65c02
@ -87,7 +87,7 @@ The following is a simple implementation of the basic pattern:
|
||||
}
|
||||
|
||||
// Remove from the top of the queue.
|
||||
tcx.run((Transaction tr) ->
|
||||
tcx.run((Transaction tr) -> {
|
||||
tr.clear(item.getKey());
|
||||
return null;
|
||||
});
|
||||
|
Loading…
x
Reference in New Issue
Block a user