Skip to content

Commit

Permalink
Remove semi
Browse files Browse the repository at this point in the history
  • Loading branch information
JoshRosen committed Jul 31, 2015
1 parent 31a525a commit 34ab943
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -417,7 +417,6 @@ public void failureToAllocateFirstPage() {
shuffleMemoryManager = new ShuffleMemoryManager(1024);
BytesToBytesMap map =
new BytesToBytesMap(taskMemoryManager, shuffleMemoryManager, 1, PAGE_SIZE_BYTES);
;
try {
final long[] emptyArray = new long[0];
final BytesToBytesMap.Location loc =
Expand Down

0 comments on commit 34ab943

Please sign in to comment.