Skip to content

Commit

Permalink
fix clippy lint
Browse files Browse the repository at this point in the history
  • Loading branch information
aawsome committed Sep 18, 2024
1 parent f0d022e commit b515cd7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/core/src/commands/forget.rs
Original file line number Diff line number Diff line change
Expand Up @@ -835,7 +835,7 @@ mod tests {
// shorten name, if too long
if options.len() > 40 {
options = options[..35].to_string();
options.push_str("[cut]")
options.push_str("[cut]");
}

insta_forget_snapshots_redaction.bind(|| {
Expand Down

0 comments on commit b515cd7

Please sign in to comment.