Skip to content

Commit

Permalink
Explicitly return void from emitResourceType
Browse files Browse the repository at this point in the history
  • Loading branch information
Elad Ben-Israel committed Jan 7, 2019
1 parent bb71567 commit db92ac0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/cfn2ts/lib/codegen.ts
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ export default class CodeGenerator {
}
}

private emitResourceType(resourceName: genspec.CodeName, spec: schema.ResourceType, deprecated?: genspec.CodeName) {
private emitResourceType(resourceName: genspec.CodeName, spec: schema.ResourceType, deprecated?: genspec.CodeName): void {
this.beginNamespace(resourceName);

//
Expand Down

0 comments on commit db92ac0

Please sign in to comment.