Skip to content

Commit

Permalink
CI format warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel Olivares Giménez committed Sep 30, 2020
1 parent a99fd10 commit a31bfb1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/parser-platforms.js
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ export default [
};
},
},

/* Nokia */
{
test: [/Nokia/i],
Expand Down
2 changes: 1 addition & 1 deletion src/utils.js
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ export default class Utils {
if (v[0] === 7) return 'Nougat';
if (v[0] === 8) return 'Oreo';
if (v[0] === 9) return 'Pie';
if (v[0] === 10) return 'Q';
if (v[0] === 10) return 'Q';
return undefined;
}

Expand Down

0 comments on commit a31bfb1

Please sign in to comment.