Skip to content

Commit

Permalink
Add space
Browse files Browse the repository at this point in the history
  • Loading branch information
bdice authored Feb 3, 2025
1 parent 342a7eb commit 45a898e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/cuspatial/cuspatial/_lib/nearest_points.pyx
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ def pairwise_point_linestring_nearest_points(

multilinestring_geometry_id = None
if multilinestring_geometry_offset is not None:
multilinestring_geometry_id =plc_Column.from_libcudf(
multilinestring_geometry_id = plc_Column.from_libcudf(
move(c_result.nearest_linestring_geometry_id.value())
)

Expand Down

0 comments on commit 45a898e

Please sign in to comment.