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
+3 -3
View File
@@ -28,7 +28,7 @@ import { Observable } from 'rxjs';
plugin: 'cordova-plugin-ftp',
pluginRef: 'cordova.plugin.ftp',
repo: 'https://github.com/xfally/cordova-plugin-ftp',
platforms: ['Android', 'iOS']
platforms: ['Android', 'iOS'],
})
@Injectable()
export class FTP extends IonicNativePlugin {
@@ -110,7 +110,7 @@ export class FTP extends IonicNativePlugin {
* The arg `0`, `0.1xx`, `0.2xx` ... `1` means the upload percent. When it reach `1`, means success.
*/
@Cordova({
observable: true
observable: true,
})
upload(localFile: string, remoteFile: string): Observable<any> {
return;
@@ -126,7 +126,7 @@ export class FTP extends IonicNativePlugin {
* The arg `0`, `0.1xx`, `0.2xx` ... `1` means the upload percent. When it reach `1`, means success.
*/
@Cordova({
observable: true
observable: true,
})
download(localFile: string, remoteFile: string): Observable<any> {
return;