Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
Jack Nichols committed Jun 21, 2024
1 parent 167d0d8 commit 5591466
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/wrap_stability.rs
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ fn stable_wrap() {
font_size,
start_width_opt,
wrap,
Some(Align::Left),
align_opt,
/* first_line_indent */ None,
/* match_mono_width */ None,
);
Expand All @@ -41,7 +41,7 @@ fn stable_wrap() {
font_size,
Some(new_limit),
wrap,
Some(Align::Left),
align_opt,
/* first_line_indent */ None,
/* match_mono_width */ None,
);
Expand Down

0 comments on commit 5591466

Please sign in to comment.