many semicolons
This commit is contained in:
@@ -21,9 +21,9 @@ let Platform = null;
|
|||||||
|
|
||||||
if (window && window.process && window.process && window.process.type === 'renderer') {
|
if (window && window.process && window.process && window.process.type === 'renderer') {
|
||||||
// we're running inside electron
|
// we're running inside electron
|
||||||
Platform = require('./ElectronPlatform');;
|
Platform = require('./ElectronPlatform');
|
||||||
} else {
|
} else {
|
||||||
Platform = require('./WebPlatform');;
|
Platform = require('./WebPlatform');
|
||||||
}
|
}
|
||||||
|
|
||||||
export default Platform;
|
export default Platform;
|
||||||
|
|||||||
Reference in New Issue
Block a user