Skip to content

Commit 39802ab

Browse files
chore: self mutation
Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent b113d3f commit 39802ab

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/@aws-cdk/service-spec-importers/src/event-builder.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ export interface EventBuilderOptions {
1515
}
1616

1717
export class SpecBuilder {
18-
constructor(public readonly db: SpecDatabase) { }
18+
constructor(public readonly db: SpecDatabase) {}
1919

2020
public eventTypeDefinitionBuilder(
2121
typeName: string,
@@ -81,7 +81,7 @@ export class PropertyBagBuilder {
8181
protected candidateProperties: EventProperties = {};
8282
protected resourcesField: Array<ResourceField> = [];
8383

84-
constructor(private readonly _propertyBag: ObjectWithProperties) { }
84+
constructor(private readonly _propertyBag: ObjectWithProperties) {}
8585

8686
public setProperty(name: string, prop: EventProperty) {
8787
this.candidateProperties[name] = prop;

0 commit comments

Comments
 (0)