Skip to content

Commit f17c5a6

Browse files
committed
Remove trailing whitespace
1 parent a0d33d2 commit f17c5a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/services/platform-service.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ export class PlatformService extends EventEmitter implements IPlatformService {
3838
private $npm: INodePackageManager,
3939
private $devicePlatformsConstants: Mobile.IDevicePlatformsConstants,
4040
private $deviceAppDataFactory: Mobile.IDeviceAppDataFactory,
41-
private $projectChangesService: IProjectChangesService,
41+
private $projectChangesService: IProjectChangesService,
4242
private $analyticsService: IAnalyticsService) {
4343
super();
4444
}

0 commit comments

Comments
 (0)