mirror of
https://github.com/gitui-org/gitui
synced 2026-05-23 08:58:21 +00:00
fix nightly error
This commit is contained in:
parent
180368621e
commit
e5ebb2239f
1 changed files with 0 additions and 5 deletions
|
|
@ -384,11 +384,6 @@ impl RemoteListPopup {
|
|||
.wrap(Wrap { trim: true }),
|
||||
r,
|
||||
);
|
||||
|
||||
let mut r = r;
|
||||
r.width += 1;
|
||||
r.height += 2;
|
||||
r.y = r.y.saturating_sub(1);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue