Skip to content

Commit d45e085

Browse files
Update crates/cli/src/reader.rs
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Signed-off-by: Raphael Götz <52959657+raphael-goetz@users.noreply.github.com>
1 parent 5704afe commit d45e085

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

crates/cli/src/reader.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ impl std::fmt::Display for MetaType {
2626
MetaType::RuntimeFlowType => write!(f, "RuntimeFlowType"),
2727
MetaType::Function => write!(f, "Function"),
2828
MetaType::Configs => write!(f, "Configs"),
29-
MetaType::ModuleDefinition => write!(f, "ModuleConfiguration"),
29+
MetaType::ModuleDefinition => write!(f, "ModuleDefinition"),
3030
}
3131
}
3232
}

0 commit comments

Comments
 (0)