Fix whitespace formatting

This commit is contained in:
Peter Mulholland
2020-04-23 17:01:22 -04:00
parent 6008449e07
commit 58ba114cb7
+2 -2
View File
@@ -3,8 +3,8 @@
*/ */
const ua = const ua =
typeof navigator !== 'undefined' && typeof navigator.userAgent !== 'undefined' typeof navigator !== 'undefined' && typeof navigator.userAgent !== 'undefined'
? navigator.userAgent.toLowerCase() ? navigator.userAgent.toLowerCase()
: ''; : '';
/** /**