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
+2 -2
View File
@@ -52,7 +52,7 @@ export interface HttpdOptions {
plugin: 'cordova-plugin-httpd',
pluginRef: 'cordova.plugins.CorHttpd',
repo: 'https://github.com/floatinghotpot/cordova-httpd',
platforms: ['Android', 'iOS', 'macOS']
platforms: ['Android', 'iOS', 'macOS'],
})
@Injectable()
export class Httpd extends IonicNativePlugin {
@@ -63,7 +63,7 @@ export class Httpd extends IonicNativePlugin {
*/
@Cordova({
observable: true,
clearFunction: 'stopServer'
clearFunction: 'stopServer',
})
startServer(options?: HttpdOptions): Observable<string> {
return;