Skip to content

Commit

Permalink
Update crates/codegen/runtime/cargo/crate/src/runtime/cst/edge_label.…
Browse files Browse the repository at this point in the history
…rs.jinja2

Co-authored-by: Omar Tawfik <[email protected]>
  • Loading branch information
mjoerussell and OmarTawfik authored Jan 2, 2025
1 parent da6265a commit 35bd99c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,6 @@ impl crate::cst::EdgeLabelExtensions for EdgeLabel {}

impl Default for EdgeLabel {
fn default() -> Self {
Self::{{ model.kinds.predefined_labels[0] | pascal_case }}
Self::Root
}
}

0 comments on commit 35bd99c

Please sign in to comment.