Skip to content

Commit

Permalink
Add some missing newlines at the ends of files
Browse files Browse the repository at this point in the history
  • Loading branch information
JoshRosen committed Jul 6, 2015
1 parent 26c8931 commit 206bfa2
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,4 @@ public abstract class UnsafeSorterIterator {
public abstract int getRecordLength();

public abstract long getKeyPrefix();
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -86,4 +86,4 @@ public int getRecordLength() {
public long getKeyPrefix() {
return keyPrefix;
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -180,4 +180,4 @@ public void testSortingOnlyByPartitionId() throws Exception {
// assert(tempDir.isEmpty)
}

}
}
Original file line number Diff line number Diff line change
Expand Up @@ -139,4 +139,4 @@ public int compare(long prefix1, long prefix2) {
}
assertEquals(dataToSort.length, iterLength);
}
}
}

0 comments on commit 206bfa2

Please sign in to comment.