This commit is contained in:
Henry de Valence 2019-11-13 14:04:43 -08:00 committed by Deirdre Connolly
parent d170608c13
commit 2ac77ab704
1 changed files with 1 additions and 1 deletions

View File

@ -54,6 +54,6 @@ where
let client = hs.call((stream, addr)).await?; let client = hs.call((stream, addr)).await?;
Ok(Change::Insert(addr, client)) Ok(Change::Insert(addr, client))
} }
.boxed() .boxed()
} }
} }