summaryrefslogtreecommitdiffstats
path: root/src/tabs/stashing.rs
diff options
context:
space:
mode:
authorStephan Dilly <dilly.stephan@gmail.com>2021-04-17 23:17:19 +0200
committerGitHub <noreply@github.com>2021-04-17 23:17:19 +0200
commitf0a367c3f59fd0316aac83792714b3e9938295ad (patch)
tree4fb0ad39c28806624705ad8af8c4b2737a6b89a0 /src/tabs/stashing.rs
parent53b2c798779dde738502ccf0a4aa2022da9ec22f (diff)
more linting (#647)
Diffstat (limited to 'src/tabs/stashing.rs')
-rw-r--r--src/tabs/stashing.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tabs/stashing.rs b/src/tabs/stashing.rs
index a4d26947..e0098a01 100644
--- a/src/tabs/stashing.rs
+++ b/src/tabs/stashing.rs
@@ -73,7 +73,7 @@ impl Stashing {
///
pub fn update(&mut self) -> Result<()> {
if self.visible {
- self.git_status.fetch(StatusParams::new(
+ self.git_status.fetch(&StatusParams::new(
StatusType::Both,
self.options.stash_untracked,
))?;