mirror of
https://github.com/gitui-org/gitui
synced 2026-05-24 01:18:21 +00:00
fix clippy
This commit is contained in:
parent
9ac915212a
commit
0a91b749dd
1 changed files with 1 additions and 1 deletions
|
|
@ -124,7 +124,7 @@ impl ChangesComponent {
|
|||
if let Some(i) = self.selection() {
|
||||
self.queue
|
||||
.borrow_mut()
|
||||
.push_back(InternalEvent::ResetFile(i.path.clone()));
|
||||
.push_back(InternalEvent::ResetFile(i.path));
|
||||
|
||||
return true;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue