Skip to content
This repository was archived by the owner on Nov 8, 2023. It is now read-only.

Commit dcbc50d

Browse files
committed
chor: missing whitespace
1 parent 4bb9ac0 commit dcbc50d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

demo/app/background-service.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,10 +36,10 @@ if (application.android) {
3636
onBind: function (intent) {
3737
console.log("on Bind Services");
3838
},
39-
onUnbind: function(intent){
39+
onUnbind: function (intent) {
4040
console.log('UnBind Service');
4141
},
42-
onDestroy: function() {
42+
onDestroy: function () {
4343
console.log('service onDestroy');
4444
geolocation.clearWatch(this.id);
4545
}

0 commit comments

Comments
 (0)