From 55914662ddadb72acced97faa61f05f35c53eca4 Mon Sep 17 00:00:00 2001 From: Jack Nichols Date: Fri, 21 Jun 2024 16:51:02 -0400 Subject: [PATCH] test --- tests/wrap_stability.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/wrap_stability.rs b/tests/wrap_stability.rs index abd3fb6415..4c82d3b012 100644 --- a/tests/wrap_stability.rs +++ b/tests/wrap_stability.rs @@ -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, ); @@ -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, );