chore: restore trailing newline in bcc_core.py (attempt 2)

This commit is contained in:
2026-07-07 20:32:36 -04:00
parent cffdee8a40
commit 0ffc6a1fb6
+1
View File
@@ -1565,3 +1565,4 @@ def pin_command_path(data: dict, path: str | None = None) -> tuple[dict, str | N
out["args"] = args out["args"] = args
return out, f"'{c}'{resolved}" return out, f"'{c}'{resolved}"
return data, None return data, None