Skip to content

Commit

Permalink
refactor(awslint): add missing semicolon (#5153)
Browse files Browse the repository at this point in the history
  • Loading branch information
alngy authored and mergify[bot] committed Nov 25, 2019
1 parent bc924bc commit 534ef00
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/awslint/lib/rules/core-types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ export class CoreTypes {
}

public get physicalNameClass() {
return this.sys.findClass(CoreTypesFqn.PhysicalName)
return this.sys.findClass(CoreTypesFqn.PhysicalName);
}

private readonly sys: TypeSystem;
Expand Down

0 comments on commit 534ef00

Please sign in to comment.