Skip to content

Commit

Permalink
GH-264: Fix whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
C0urante committed Sep 10, 2020
1 parent fdbde31 commit 7171d06
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,8 @@ private TableId newIntermediateTable(TableId destinationTable) {
batchNumbers.put(result, new AtomicInteger());
batches.put(result, new ConcurrentHashMap<>());

return result; }
return result;
}

public TableId destinationTableFor(TableId intermediateTable) {
return intermediateToDestinationTables.get(intermediateTable);
Expand Down

0 comments on commit 7171d06

Please sign in to comment.