From e551e060f8d2d93acb2af4c3eb4e0997b5dad87c Mon Sep 17 00:00:00 2001 From: Will Lillis Date: Thu, 15 Jan 2026 04:30:55 -0500 Subject: [PATCH] fix(docs): appease clippy regarding spacing in README --- crates/cli/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/crates/cli/README.md b/crates/cli/README.md index 54d0ce07..e3ef899e 100644 --- a/crates/cli/README.md +++ b/crates/cli/README.md @@ -36,10 +36,10 @@ The `tree-sitter` binary itself has no dependencies, but specific commands have ### Commands * `generate` - The `tree-sitter generate` command will generate a Tree-sitter parser based on the grammar in the current -working directory. See [the documentation] for more information. + working directory. See [the documentation] for more information. * `test` - The `tree-sitter test` command will run the unit tests for the Tree-sitter parser in the current working directory. -See [the documentation] for more information. + See [the documentation] for more information. * `parse` - The `tree-sitter parse` command will parse a file (or list of files) using Tree-sitter parsers.