Skip to content

Commit

Permalink
Formatting
Browse files Browse the repository at this point in the history
Co-authored-by: Laurențiu Nicola <lnicola@users.noreply.github.com>
  • Loading branch information
Veykril and lnicola committed Jun 11, 2023
1 parent 52bb94d commit 179b8d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/rust-analyzer/src/main_loop.rs
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ impl GlobalState {
msg.ok().map(Event::Lsp),

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

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

0 comments on commit 179b8d7

Please sign in to comment.