Skip to content

Commit

Permalink
Fix warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
ai committed Jul 8, 2018
1 parent 1e5ef21 commit a1f20ac
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .size-limit
@@ -1,6 +1,6 @@
[
{
"path": "index.js",
"limit": "974 B"
"limit": "982 B"
}
]
2 changes: 1 addition & 1 deletion lib/alphabet.js
Expand Up @@ -91,7 +91,7 @@ function lookup(index) {
}

function get () {
return alphabet
return alphabet;
}

module.exports = {
Expand Down

0 comments on commit a1f20ac

Please sign in to comment.