Skip to content

Commit 485a38c

Browse files
committed
chore: format
1 parent 62123cb commit 485a38c

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

Diff for: src/components/revision_files.rs

+1-3
Original file line numberDiff line numberDiff line change
@@ -275,9 +275,7 @@ impl RevisionFilesComponent {
275275
let tree_height = usize::from(area.height.saturating_sub(2));
276276
let tree_width = usize::from(area.width);
277277

278-
self.tree
279-
.window_height
280-
.set(Some(tree_height));
278+
self.tree.window_height.set(Some(tree_height));
281279

282280
self.tree.visual_selection().map_or_else(
283281
|| {

0 commit comments

Comments
 (0)