Skip to content

Commit

Permalink
[autofix.ci] apply automated fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
autofix-ci[bot] authored Jan 20, 2025
1 parent d8a1a77 commit cecdf30
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -866,8 +866,7 @@ impl<'a, 'b> PeepholeSubstituteAlternateSyntax {
None => Some(ctx.ast.expression_string_literal(span, "", None)),
// `String(a)` -> `'' + (a)`
Some(arg) => {
if !arg.is_literal()
{
if !arg.is_literal() {
return None;
}
Some(ctx.ast.expression_binary(
Expand Down

0 comments on commit cecdf30

Please sign in to comment.