1
0
mirror of https://github.com/lancedikson/bowser synced 2024-10-27 20:34:22 +00:00

Fixed linting issues

This commit is contained in:
Oliver foster 2019-12-19 10:51:30 +00:00
parent e55055534f
commit a54868776d

View File

@ -382,7 +382,8 @@ class Parser {
const platformMatchingDefinition = Utils.find( const platformMatchingDefinition = Utils.find(
platformsAndOSNames, platformsAndOSNames,
name => (this.isPlatform(name))); name => (this.isPlatform(name)),
);
if (platformMatchingDefinition) { if (platformMatchingDefinition) {
const platformResult = this.satisfies(platformsAndOSes[platformMatchingDefinition]); const platformResult = this.satisfies(platformsAndOSes[platformMatchingDefinition]);