Fix indent

This commit is contained in:
Andy Hanson
2018-01-23 10:48:56 -08:00
parent 55c1e5bf6b
commit 22c68afd73

View File

@@ -22,7 +22,7 @@ export = SinonChrome;
export as namespace SinonChrome;
interface SinonChromeStub extends Sinon.SinonStub {
flush(): void;
flush(): void;
}
declare namespace SinonChrome {