Skip to content

Commit d42b570

Browse files
committed
Clean up filter_map!
1 parent f0a30d5 commit d42b570

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/tree_map.jl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -212,6 +212,7 @@ function filter_map!(
212212
@inbounds destination[pointer.x += 1] = map_result
213213
end
214214
end
215+
return nothing
215216
end
216217

217218
"""

0 commit comments

Comments
 (0)