Skip to content

Commit c575d50

Browse files
committed
chore: fix additional whitespace
1 parent b117ef7 commit c575d50

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/services/livesync-process-data-service.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ export class LiveSyncProcessDataService implements ILiveSyncProcessDataService {
66
this.processes[projectDir].actionsChain = this.processes[projectDir].actionsChain || Promise.resolve();
77
this.processes[projectDir].currentSyncAction = this.processes[projectDir].actionsChain;
88
this.processes[projectDir].isStopped = false;
9-
this.processes[projectDir].platforms = platforms;
9+
this.processes[projectDir].platforms = platforms;
1010

1111
const currentDeviceDescriptors = this.getDeviceDescriptors(projectDir);
1212
this.processes[projectDir].deviceDescriptors = _.uniqBy(currentDeviceDescriptors.concat(deviceDescriptors), "identifier");

0 commit comments

Comments
 (0)