Skip to content
This repository was archived by the owner on Feb 5, 2025. It is now read-only.

Commit bad4f2c

Browse files
authored
JSHint-style code fix
1 parent aeb56f1 commit bad4f2c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

index.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ function parse(al){
2626
}).sort(function(a, b){
2727
return b.quality - a.quality;
2828
});
29-
};
29+
}
3030

3131
function pick(supportedLanguages, acceptLanguage){
3232
if (!supportedLanguages || !supportedLanguages.length || !acceptLanguage) {
@@ -66,7 +66,7 @@ function pick(supportedLanguages, acceptLanguage){
6666
}
6767

6868
return null;
69-
};
69+
}
7070

7171
module.exports.parse = parse;
7272
module.exports.pick = pick;

0 commit comments

Comments
 (0)