Skip to content

Commit

Permalink
maybe fix format
Browse files Browse the repository at this point in the history
  • Loading branch information
paleolimbot committed Jan 13, 2025
1 parent eda577e commit e879260
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -327,7 +327,8 @@ public void remove() {
true);
}

public JavaPairRDD<Integer, T> spatialPartitioningWithIds(GridType gridType, int numPartitions) throws Exception {
public JavaPairRDD<Integer, T> spatialPartitioningWithIds(GridType gridType, int numPartitions)
throws Exception {
calc_partitioner(gridType, numPartitions);
return spatialPartitioningWithIds(partitioner);
}
Expand Down

0 comments on commit e879260

Please sign in to comment.