Skip to content

Commit 91f3698

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

File tree

1 file changed

+1
-1
lines changed
  • packages/@aws-cdk/service-spec-types/src/types

1 file changed

+1
-1
lines changed

packages/@aws-cdk/service-spec-types/src/types/database.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ export type SpecDatabase = ReturnType<typeof emptyDatabase>;
8585
* Helpers for working with a SpecDatabase
8686
*/
8787
export class RichSpecDatabase {
88-
constructor(private readonly db: SpecDatabase) { }
88+
constructor(private readonly db: SpecDatabase) {}
8989

9090
/**
9191
* Find all resources of a given type

0 commit comments

Comments
 (0)