Couple of semicolons to match style
This commit is contained in:
parent
8f30e13ec1
commit
a6af40e9f9
2 changed files with 2 additions and 2 deletions
|
@ -21,7 +21,7 @@ function getLocaleMessages(locale) {
|
|||
'messages.json'
|
||||
);
|
||||
|
||||
return JSON.parse(fs.readFileSync(targetFile, 'utf-8'))
|
||||
return JSON.parse(fs.readFileSync(targetFile, 'utf-8'));
|
||||
}
|
||||
|
||||
// Load locale - if we can't load messages for the current locale, we
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue