Skip to content

Commit

Permalink
Remove parameter return from newly void local method
Browse files Browse the repository at this point in the history
  • Loading branch information
barfeous committed Feb 15, 2024
1 parent eb0f025 commit 3448b64
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -91,8 +91,8 @@ public override (IList<Trackable>, IDictionary<Trackable, IEnumerable<TrackableR
void merged_trackable(Trackable x)
{
// TODO: complete it with new definitions `Asset` and `TrackableConstant`.
return x;
}

var trackable_objects = base.breadth_first_traversal();

foreach(var obj in _children_cache.Keys)
Expand Down

0 comments on commit 3448b64

Please sign in to comment.