Skip to content

Commit

Permalink
Update R/stroke.R
Browse files Browse the repository at this point in the history
Co-authored-by: Claudiu Forgaci <[email protected]>
  • Loading branch information
fnattino and cforgaci authored Dec 16, 2024
1 parent 21a8f32 commit 5c20e8c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions R/stroke.R
Original file line number Diff line number Diff line change
Expand Up @@ -339,6 +339,7 @@ merge_lines <- function(nodes, segments, links, edge_ids,
segments, links, is_segment_used)
stroke <- rev(stroke)

# keep track of edge ids of strokes and add current stroke to strokes

Check warning on line 342 in R/stroke.R

View workflow job for this annotation

GitHub Actions / lint

file=R/stroke.R,line=342,col=74,[trailing_whitespace_linter] Trailing whitespace is superfluous.
is_segment_used[stroke] <- TRUE
stroke_labels[edge_ids[stroke]] <- istroke
strokes <- c(strokes, to_linestring(stroke, segments, nodes))
Expand Down

0 comments on commit 5c20e8c

Please sign in to comment.