Skip to content

Commit a764382

Browse files
author
Mihail Slavchev
committed
replace spaces with tabs
1 parent c978d61 commit a764382

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/definitions/platform.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ interface IPlatformService {
1313
deployOnEmulator(platform: string): IFuture<void>;
1414
validatePlatformInstalled(platform: string): void;
1515
validatePlatform(platform: string): void;
16-
addLibrary(platform: string, libraryPath: string): IFuture<void>;
16+
addLibrary(platform: string, libraryPath: string): IFuture<void>;
1717
}
1818

1919
interface IPlatformData {

0 commit comments

Comments
 (0)