Skip to content

Commit a3e133a

Browse files
committed
Merge branch 'master' into compact-error
2 parents 170ee52 + 056bb9a commit a3e133a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/monitor.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@ impl Monitor {
186186
Constraint::Length(3),
187187
Constraint::Length(8),
188188
Constraint::Length(all.error.len() as u16 + 2),
189-
Constraint::Percentage(40),
189+
Constraint::Fill(1),
190190
]
191191
.as_ref(),
192192
)

0 commit comments

Comments
 (0)