Skip to content

Commit

Permalink
updated tests.rs
Browse files Browse the repository at this point in the history
Signed-off-by: shruti2522 <shruti.apc01@gmail.com>
  • Loading branch information
shruti2522 committed May 20, 2024
1 parent 709f85a commit 5830195
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kclvm/tools/src/LSP/src/tests.rs
Original file line number Diff line number Diff line change
Expand Up @@ -660,7 +660,7 @@ impl Server {
msg
}

/// Sends a request to the main loop and receives it's response
/// Sends a request to the main loop and receives its response
fn send_and_receive(&self, r: Request) -> Response {
let id = r.id.clone();
self.client.sender.send(r.into()).unwrap();
Expand Down

0 comments on commit 5830195

Please sign in to comment.