Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
wlandau committed Jan 10, 2025
1 parent 011cbba commit ef47522
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/class_graph.R
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ graph_class <- R6::R6Class(
insert_edges = function(edges) {
join_edges(
lookup = upstream,
from = .subset2(edges, "from"),
from = .subset2(edges, "from"),
to = .subset2(edges, "to")
)
join_edges(
Expand Down

0 comments on commit ef47522

Please sign in to comment.