Skip to content

Commit

Permalink
chore: self mutation
Browse files Browse the repository at this point in the history
Signed-off-by: github-actions <[email protected]>
  • Loading branch information
github-actions committed Dec 19, 2024
1 parent 4ce117e commit 2ff7989
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/@aws-cdk/service-spec-importers/src/diff-fmt.ts
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,8 @@ export class DiffFormatter {
listWithCaption(
'resources',
[...this.dbs[db].follow('hasResource', s)]
.sort(sortByKey(e => e.entity.name))
.map((e) => this.renderResource(e.entity, db).prefix([' '])),
.sort(sortByKey((e) => e.entity.name))
.map((e) => this.renderResource(e.entity, db).prefix([' '])),
),
]);
}
Expand Down

0 comments on commit 2ff7989

Please sign in to comment.