Skip to content

Commit

Permalink
clippy nit
Browse files Browse the repository at this point in the history
  • Loading branch information
grahamc committed Jul 30, 2024
1 parent ad8672c commit 2526e95
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cli/cmd/apply/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -266,7 +266,7 @@ mod tests {
input,
"DefaultFooBar"
)
.expect(&format!("failing case: {input}"))
.unwrap_or_else(|_| panic!("failing case: {input}"))
.to_string(),
expect,
);
Expand Down

0 comments on commit 2526e95

Please sign in to comment.