File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -444,8 +444,8 @@ impl<'gctx> PackageRegistry<'gctx> {
444
444
patches must point to different sources",
445
445
dep. package_name( ) ,
446
446
url
447
- ) )
448
- . context ( format ! ( "failed to resolve patches for `{}`" , url) ) ;
447
+ )
448
+ . context ( format ! ( "failed to resolve patches for `{}`" , url) ) ) ;
449
449
}
450
450
unlocked_summaries. push ( summary) ;
451
451
}
Original file line number Diff line number Diff line change @@ -206,7 +206,7 @@ fn amend_authentication_hints(
206
206
"if a proxy or similar is necessary `net.git-fetch-with-cli` may help here\n " ,
207
207
"https://doc.rust-lang.org/cargo/reference/config.html#netgit-fetch-with-cli"
208
208
) ;
209
- return Err ( anyhow:: Error :: from ( err) ) . context ( msg) ;
209
+ return Err ( anyhow:: Error :: from ( err) . context ( msg) ) ;
210
210
}
211
211
_ => None ,
212
212
} ;
@@ -225,7 +225,7 @@ fn amend_authentication_hints(
225
225
msg. push_str (
226
226
"https://doc.rust-lang.org/cargo/reference/config.html#netgit-fetch-with-cli" ,
227
227
) ;
228
- return Err ( anyhow:: Error :: from ( err) ) . context ( msg) ;
228
+ return Err ( anyhow:: Error :: from ( err) . context ( msg) ) ;
229
229
}
230
230
}
231
231
Err ( err. into ( ) )
You can’t perform that action at this time.
0 commit comments