Skip to content

Commit

Permalink
lint(core): Remove trailing whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
BrunnerLivio committed Aug 26, 2019
1 parent 13dc0e7 commit e6a4c56
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/common/decorators/modules/module.decorator.ts
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ const validateKeys = (keys: string[]) => {
* })
* export class CatsModule {}
* ```
*
*
* @publicApi
*/
export function Module(metadata: ModuleMetadata): ClassDecorator {
Expand Down

0 comments on commit e6a4c56

Please sign in to comment.