Skip to content

Fix JSDoc indentation in getAllInstances example#90

Merged
torosent merged 2 commits intotorosent/add-tagsfrom
copilot/sub-pr-89
Feb 3, 2026
Merged

Fix JSDoc indentation in getAllInstances example#90
torosent merged 2 commits intotorosent/add-tagsfrom
copilot/sub-pr-89

Conversation

Copy link
Contributor

Copilot AI commented Feb 3, 2026

Fixes inconsistent spacing in JSDoc example code where lines 612, 615, and 620 used one space after the asterisk instead of three.

Changes:

  • Normalized JSDoc example indentation in getAllInstances() to use three spaces after asterisk, matching conventions used elsewhere in the file (e.g., listInstanceIds() example)
// Before (inconsistent - 1 space)
* // Iterate over all matching instances
* const logger = new ConsoleLogger();
* for await (const instance of pageable) {
*   logger.info(instance.instanceId);

// After (consistent - 3 spaces)
   * // Iterate over all matching instances
   * const logger = new ConsoleLogger();
   * for await (const instance of pageable) {
   *   logger.info(instance.instanceId);

💬 We'd love your input! Share your thoughts on Copilot coding agent in our 2 minute survey.

Co-authored-by: torosent <17064840+torosent@users.noreply.github.com>
Copilot AI changed the title [WIP] WIP add tags support for activities and APIs Fix JSDoc indentation in getAllInstances example Feb 3, 2026
Copilot AI requested a review from torosent February 3, 2026 22:19
@torosent torosent marked this pull request as ready for review February 3, 2026 22:24
@torosent torosent merged commit a158186 into torosent/add-tags Feb 3, 2026
1 check passed
@torosent torosent deleted the copilot/sub-pr-89 branch February 3, 2026 22:24
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.

2 participants