Daily arc lint --take RUSTFMT

Reviewed By: zertosh

Differential Revision: D33229237

fbshipit-source-id: 61c3bf5a3a934bd21de927ac8a6875cb9d8ddb0e
This commit is contained in:
CodemodService FBSourceRustfmtLinterBot 2021-12-19 16:32:48 -08:00 committed by Facebook GitHub Bot
parent fff7f1fdf6
commit e50749986c

View File

@ -115,8 +115,7 @@ pub trait EdenApi: Send + Sync + 'static {
old_master: HgId,
new_master: HgId,
) -> Result<CloneData<HgId>, EdenApiError> {
self.pull_lazy(vec![old_master], vec![new_master])
.await
self.pull_lazy(vec![old_master], vec![new_master]).await
}
async fn commit_location_to_hash(