fix indent

This commit is contained in:
SHTrassEr
2014-07-09 21:57:32 +09:00
parent 153a630fd1
commit e579babc1d
+1 -1
View File
@@ -944,7 +944,7 @@ declare module AtomCore {
interface IPackage {
mainModulePath: string;
mainModule: any;
enable(): void;
enable(): void;
disable(): void;
isTheme(): boolean;
getType(): string;