Skip to content

Commit bd01eeb

Browse files
committed
chore: fix clippy warnings
1 parent 5aeea39 commit bd01eeb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/interface/app.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -255,7 +255,7 @@ impl<'a> App<'a> {
255255
.borders(Borders::TOP | Borders::BOTTOM)
256256
.title(self.title.as_str()),
257257
)
258-
.highlight_style(
258+
.row_highlight_style(
259259
Style::default()
260260
.bg(Color::White)
261261
.fg(Color::Black)

0 commit comments

Comments
 (0)