Skip to content

Commit 3c72c1c

Browse files
autofix-ci[bot]expenses
authored andcommitted
[autofix.ci] apply automated fixes
1 parent bb2a927 commit 3c72c1c

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)