Skip to content
This repository was archived by the owner on Dec 29, 2022. It is now read-only.

Commit f612dfd

Browse files
committed
Reformat
1 parent 3512cf8 commit f612dfd

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

tests/support/client/mod.rs

+1-4
Original file line numberDiff line numberDiff line change
@@ -66,10 +66,7 @@ impl Project {
6666
}
6767

6868
pub fn spawn_rls_async(&self) -> RlsHandle<ChildProcess> {
69-
let rt = tokio::runtime::Builder::new_current_thread()
70-
.enable_all()
71-
.build()
72-
.unwrap();
69+
let rt = tokio::runtime::Builder::new_current_thread().enable_all().build().unwrap();
7370

7471
let cmd = self.rls_cmd();
7572
let guard = rt.enter();

0 commit comments

Comments
 (0)