Skip to content
This repository has been archived by the owner on Jan 8, 2025. It is now read-only.

Commit

Permalink
Eslint --fix
Browse files Browse the repository at this point in the history
  • Loading branch information
kusold committed Apr 4, 2018
1 parent 1589b54 commit fde1353
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion lib/locale.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,6 @@ function resolveLocale(locale = 'en', overrideLocales) {

module.exports = {
allLocales,
resolveLocale,
resolveLocale
};

4 changes: 2 additions & 2 deletions lib/managementAdapter.js
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,8 @@ class ManagementClientAdapter {
}
}

module.exports = {
module.exports = {
ManagementClientAdapter,
getCurrentConfig,
getCurrentConfig
};

0 comments on commit fde1353

Please sign in to comment.