Skip to content

Commit b6d3eb8

Browse files
autofix-ci[bot]expenses
authored andcommitted
Apply automated fixes
1 parent d6517b3 commit b6d3eb8

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
@@ -835,7 +835,7 @@ impl Expression {
835835
Expression::FunctionCall {
836836
function: BuiltinFunction::ParseMarkdown.into(),
837837
arguments: vec![
838-
expr.unwrap_or_else(|| Expression::default_value_for_type(&Type::String))
838+
expr.unwrap_or_else(|| Expression::default_value_for_type(&Type::String)),
839839
],
840840
source_location: Some(node.to_source_location()),
841841
}

0 commit comments

Comments
 (0)