Skip to content

Commit

Permalink
Remove unnecessary return this for constructor (#399)
Browse files Browse the repository at this point in the history
  • Loading branch information
abetomo authored and DeviaVir committed Dec 15, 2017
1 parent 8c7c283 commit d9fa001
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions lib/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,6 @@ const maxBufferSize = 50 * 1024 * 1024
class Lambda {
constructor () {
this.version = packageJson.version

return this
}

_createSampleFile (file, boilerplateName) {
Expand Down

0 comments on commit d9fa001

Please sign in to comment.