refactor(lib): run prettier

This commit is contained in:
Daniel Sogl
2020-05-16 14:40:49 +02:00
parent f5133c691d
commit 511a02d50b
326 changed files with 3079 additions and 4092 deletions
@@ -37,11 +37,10 @@ import { Cordova, IonicNativePlugin, Plugin } from '@ionic-native/core';
plugin: 'cordova-plugin-useragent',
pluginRef: 'UserAgent',
repo: 'https://github.com/danielsogl/cordova-plugin-useragent',
platforms: ['Android', 'iOS']
platforms: ['Android', 'iOS'],
})
@Injectable()
export class UserAgent extends IonicNativePlugin {
/**
* Changes the current user-agent to the one sent by argument.
* @param userAgent {string} User-Agent
@@ -69,5 +68,4 @@ export class UserAgent extends IonicNativePlugin {
reset(): Promise<any> {
return;
}
}