mirror of
https://github.com/lancedikson/bowser
synced 2025-06-13 13:03:52 +00:00
CI format warnings
This commit is contained in:
parent
a99fd10949
commit
a31bfb1819
@ -129,7 +129,7 @@ export default [
|
||||
};
|
||||
},
|
||||
},
|
||||
|
||||
|
||||
/* Nokia */
|
||||
{
|
||||
test: [/Nokia/i],
|
||||
|
@ -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;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user