Skip to content

style: fix comment indentation at the second Copilot call site - #245

Merged
Yifan Yang (Yif-Yang) merged 1 commit into
microsoft:mainfrom
Yif-Yang:fix/copilot-comment-indent
Aug 21, 2026
Merged

style: fix comment indentation at the second Copilot call site#245
Yifan Yang (Yif-Yang) merged 1 commit into
microsoft:mainfrom
Yif-Yang:fix/copilot-comment-indent

Conversation

@Yif-Yang

Copy link
Copy Markdown
Contributor

Cosmetic follow-up to #243.

The block comment and its two argv entries in the task-replay call path were left at the first call site's indentation (12 spaces) instead of the 16 that the surrounding list literal uses — an artifact of the scripted edit that patched both sites at once.

Python does not care about indentation inside a list literal, so behavior is unchanged and the suite is unaffected; it simply read as a mistake. No functional change.

Cosmetic only. The block comment and its two argv entries in the task-replay
path were left at the first call site's indentation level (12 spaces) instead
of the 16 the surrounding list uses. Python does not care inside a list
literal -- behavior and tests are unchanged -- but it reads as a mistake.
@Yif-Yang
Yifan Yang (Yif-Yang) merged commit bdfdc30 into microsoft:main Aug 21, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant