Skip to content

Commit 9a6b83f

Browse files
style: auto-fix linting issues
1 parent 26fa3b1 commit 9a6b83f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

codeflash/languages/javascript/instrument.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ def split_call_args(args_str: str) -> tuple[str, str]:
143143
depth -= 1
144144
elif char == "," and depth == 0:
145145
return s[:i].strip(), s[i + 1 :].strip()
146-
146+
147147
i += 1
148148

149149
return s.strip(), ""

0 commit comments

Comments
 (0)