Skip to content

Commit

Permalink
Use object shorthand for properties
Browse files Browse the repository at this point in the history
  • Loading branch information
LinusU committed Apr 26, 2020
1 parent 4970782 commit a262017
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions reusify.js
Expand Up @@ -25,8 +25,8 @@ function reusify (Constructor) {
}

return {
get: get,
release: release
get,
release
}
}

Expand Down

0 comments on commit a262017

Please sign in to comment.