Skip to content

Commit e72f523

Browse files
autofix-ci[bot]expenses
authored andcommitted
Apply automated fixes
1 parent 91f4517 commit e72f523

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/compiler/passes/resolving.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -876,7 +876,7 @@ impl Expression {
876876
Expression::FunctionCall {
877877
function: BuiltinFunction::ParseMarkdown.into(),
878878
arguments: vec![
879-
expr.unwrap_or_else(|| Expression::default_value_for_type(&Type::String))
879+
expr.unwrap_or_else(|| Expression::default_value_for_type(&Type::String)),
880880
],
881881
source_location: Some(node.to_source_location()),
882882
}

0 commit comments

Comments
 (0)