Skip to content

Commit bc1142b

Browse files
committed
nit: newline
1 parent 0bf2001 commit bc1142b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/codegen/cli/commands/claude/utils.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ def resolve_claude_path() -> str | None:
88
"""Resolve the path to the Claude Code CLI.
99
1010
Tries PATH first, then common local install locations created by `claude /migrate`.
11-
11+
1212
Returns:
1313
Path to the claude executable if found, None otherwise.
1414
"""
@@ -36,4 +36,4 @@ def resolve_claude_path() -> str | None:
3636
# Best-effort checks only; ignore filesystem errors
3737
pass
3838

39-
return None
39+
return None

0 commit comments

Comments
 (0)