cnunciato / ng-mock-component

An Angular module for mocking components.
MIT License
53 stars 13 forks source link

Minor code style fixes #5

Closed vitaliy-bobrov closed 7 years ago

vitaliy-bobrov commented 7 years ago

I've added minor code style fixes:

  1. Set const instead let as we won't re-assign metadata value.
  2. Remove unnecessary parentheses.