Skip to content

Commit

Permalink
refactor: clippy
Browse files Browse the repository at this point in the history
  • Loading branch information
xhyrom committed Aug 3, 2024
1 parent bca59ff commit 858c65b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lsp/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ impl Backend {
async fn on_change(&self, doc: Document) {
let config = self.get_config();

let state = config.state.replace("{filename}", &doc.get_filename());
let state = config.state.replace("{filename}", doc.get_filename());
let details = config
.details
.replace("{workspace}", &self.get_workspace_file_name());
Expand Down

0 comments on commit 858c65b

Please sign in to comment.