mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-28 14:24:45 +00:00
cleanup
This commit is contained in:
parent
c7c421b2f5
commit
bb715e0f84
5 changed files with 5 additions and 11 deletions
|
@ -422,6 +422,7 @@ pub fn get_root_mark_node_id(mark_node_id: MarkNodeId, mark_node_pool: &SlowPool
|
|||
curr_mark_node_id
|
||||
}
|
||||
|
||||
// put space mark nodes between each node in mark_nodes
|
||||
pub fn join_mark_nodes_spaces(
|
||||
mark_nodes_ids: Vec<MarkNodeId>,
|
||||
with_prepend: bool,
|
||||
|
@ -456,6 +457,7 @@ pub fn join_mark_nodes_spaces(
|
|||
}
|
||||
}
|
||||
|
||||
// put comma mark nodes between each node in mark_nodes
|
||||
pub fn join_mark_nodes_commas(
|
||||
mark_nodes: Vec<MarkupNode>,
|
||||
ast_node_id: ASTNodeId,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue