Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
Billy-Sheppard committed Feb 5, 2024
1 parent e863742 commit 00cffc2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utils.rs
Original file line number Diff line number Diff line change
Expand Up @@ -108,4 +108,4 @@ impl FnWithArgs {
pub fn build(&self) -> Function {
Function::new_with_args(&self.args.join(", "), &format!("return {}", self.body))
}
}
}

0 comments on commit 00cffc2

Please sign in to comment.