fix indent

This commit is contained in:
SHTrassEr
2014-07-09 21:57:32 +09:00
parent 153a630fd1
commit e579babc1d

2
atom/atom.d.ts vendored
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;