fix: fmt
This commit is contained in:
parent
e3613ec49b
commit
e29d1eb11d
|
|
@ -190,7 +190,8 @@ impl Database {
|
||||||
dir.score(now)
|
dir.score(now)
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
score(dir1).total_cmp(&score(dir2))
|
score(dir1)
|
||||||
|
.total_cmp(&score(dir2))
|
||||||
.then(dir1.score(now).total_cmp(&dir2.score(now)))
|
.then(dir1.score(now).total_cmp(&dir2.score(now)))
|
||||||
})
|
})
|
||||||
});
|
});
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue