Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
jennypollack committed Jun 7, 2018
1 parent 01a1eff commit fd8bcc9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/scripts/lib/get-first-preferred-lang-code.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ async function getFirstPreferredLangCode () {

// safeguard for Brave Browser until they implement chrome.i18n.getAcceptLanguages
// https://github.com/MetaMask/metamask-extension/issues/4270
if(!userPreferredLocaleCodes){
if (!userPreferredLocaleCodes){
userPreferredLocaleCodes = []
}

Expand Down

0 comments on commit fd8bcc9

Please sign in to comment.