mirror of
https://github.com/Llewellynvdm/exa.git
synced 2024-11-22 03:55:11 +00:00
Fix a new compile-time warning
This commit is contained in:
parent
5d13a65e4f
commit
4a108c1786
@ -211,7 +211,7 @@ fn repo_to_statuses(repo: &git2::Repository, workdir: &Path) -> Git {
|
||||
}
|
||||
}
|
||||
Err(e) => {
|
||||
error!("Error looking up Git statuses: {:?}", e)
|
||||
error!("Error looking up Git statuses: {:?}", e);
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user