Skip to content

Commit 2c5d21c

Browse files
committed
style: fix whitespace in CLAUDE.md
1 parent ce759f6 commit 2c5d21c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/lsp/CLAUDE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ src/
3535
export const MyServer: LSPServerInfo = {
3636
id: 'my-server',
3737
extensions: ['.ext'],
38-
root: nearestRoot(['config.json']), // or custom root function
38+
root: nearestRoot(['config.json']), // or custom root function
3939
async spawn(root) {
4040
const proc = spawn('my-lsp', ['--stdio'], { cwd: root })
4141
return { process: proc }

0 commit comments

Comments
 (0)