Skip to content

Commit

Permalink
style: Format with cargo fmt --all
Browse files Browse the repository at this point in the history
  • Loading branch information
Zxilly committed Jun 29, 2024
1 parent c16dc8f commit bfad46b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/typos-cli/src/bin/typos-cli/report.rs
Original file line number Diff line number Diff line change
Expand Up @@ -348,7 +348,7 @@ mod tests {
fn test_calculate_visible_column_width_zwj_sequences() {
let zwj_sequences = [
"😵‍💫", /* U+1F635 U+200D U+1F4AB */
"👁️‍🗨️", /* U+1F441 U+FE0F U+200D U+1F5E8 U+FE0F */
"👁️‍🗨️", /* U+1F441 U+FE0F U+200D U+1F5E8 U+FE0F */
];
for (i, ch) in zwj_sequences.iter().enumerate() {
let width = calculate_visible_column_width(ch);
Expand Down

0 comments on commit bfad46b

Please sign in to comment.