Skip to content
This repository has been archived by the owner on Sep 22, 2024. It is now read-only.

Commit

Permalink
Fix warnings.
Browse files Browse the repository at this point in the history
  • Loading branch information
hadronized committed Mar 29, 2024
1 parent 0f6681a commit 7e58d80
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions kak-tree-sitter/src/response.rs
Original file line number Diff line number Diff line change
Expand Up @@ -72,10 +72,10 @@ impl Response {
);

if *with_highlighting {
resp.push_str(&format!(
resp.push_str(
"\nkak-tree-sitter-enable-highlighting\n
kak-tree-sitter-req-enable"
));
kak-tree-sitter-req-enable",
);
}

resp
Expand Down

0 comments on commit 7e58d80

Please sign in to comment.