fmt
This commit is contained in:
parent
5e2aaf45a0
commit
a6a4b846bc
1 changed files with 6 additions and 1 deletions
|
@ -3030,7 +3030,12 @@ impl BackgroundScanner {
|
||||||
Some(())
|
Some(())
|
||||||
}
|
}
|
||||||
|
|
||||||
fn reload_repo_for_path(&self, path: &Path, snapshot: &mut LocalSnapshot, fs: &dyn Fs) -> Option<()> {
|
fn reload_repo_for_path(
|
||||||
|
&self,
|
||||||
|
path: &Path,
|
||||||
|
snapshot: &mut LocalSnapshot,
|
||||||
|
fs: &dyn Fs,
|
||||||
|
) -> Option<()> {
|
||||||
let scan_id = snapshot.scan_id;
|
let scan_id = snapshot.scan_id;
|
||||||
|
|
||||||
if path
|
if path
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue