mirror of
https://github.com/astral-sh/uv.git
synced 2025-08-04 02:48:17 +00:00
Lint
This commit is contained in:
parent
54b4a9dabb
commit
8395e8ee81
1 changed files with 1 additions and 1 deletions
|
@ -1086,7 +1086,7 @@ fn fetch_with_strategy(
|
|||
debug!("initiating fetch of {refspecs:?} from {remote_url}");
|
||||
let res =
|
||||
repo.remote_anonymous(remote_url)?
|
||||
.fetch(&refspecs, Some(&mut opts), None);
|
||||
.fetch(refspecs, Some(&mut opts), None);
|
||||
let err = match res {
|
||||
Ok(()) => break,
|
||||
Err(e) => e,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue