Skip to content

Commit 16e3b9c

Browse files
committed
clippy
1 parent 68a9caf commit 16e3b9c

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

src/buffer/scroll_view.rs

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1492,7 +1492,9 @@ fn preview_row<'a>(
14921492
),
14931493
)
14941494
.clip(false)
1495-
.max_height(config.preview.card.description_max_height)
1495+
.max_height(
1496+
config.preview.card.description_max_height,
1497+
)
14961498
}),
14971499
config.preview.card.show_image.then_some(
14981500
container(

0 commit comments

Comments
 (0)