Skip to content

Commit 179b8d7

Browse files
Veykrillnicola
andauthored
Formatting
Co-authored-by: Laurențiu Nicola <lnicola@users.noreply.github.com>
1 parent 52bb94d commit 179b8d7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/rust-analyzer/src/main_loop.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@ impl GlobalState {
175175
msg.ok().map(Event::Lsp),
176176

177177
recv(self.task_pool.receiver) -> task =>
178-
Some(Event::Task(task.unwrap())),
178+
Some(Event::Task(task.unwrap())),
179179

180180
recv(self.fmt_pool.receiver) -> task =>
181181
Some(Event::Task(task.unwrap())),

0 commit comments

Comments
 (0)