Skip to content

Commit

Permalink
clippy
Browse files Browse the repository at this point in the history
  • Loading branch information
jordanrfrazier committed Aug 22, 2023
1 parent 6253459 commit 8588a55
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/sparrow-compiler/src/ast_to_dfg.rs
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ pub fn add_udf_to_dfg(
let signature = udf.signature();

let (instantiated_types, instantiated_result_type) =
match instantiate(&location, &argument_types, signature) {
match instantiate(location, &argument_types, signature) {
Ok(result) => result,
Err(diagnostic) => {
diagnostic.emit(diagnostics);
Expand Down

0 comments on commit 8588a55

Please sign in to comment.