Fix whitespace formatting

This commit is contained in:
Peter Mulholland
2020-04-23 17:01:22 -04:00
parent 6008449e07
commit 58ba114cb7

View File

@@ -3,8 +3,8 @@
*/
const ua =
typeof navigator !== 'undefined' && typeof navigator.userAgent !== 'undefined'
? navigator.userAgent.toLowerCase()
typeof navigator !== 'undefined' && typeof navigator.userAgent !== 'undefined'
? navigator.userAgent.toLowerCase()
: '';
/**