From 22c68afd73dedcdd287722238bfdda95566a67fe Mon Sep 17 00:00:00 2001 From: Andy Hanson Date: Tue, 23 Jan 2018 10:48:56 -0800 Subject: [PATCH] Fix indent --- types/sinon-chrome/index.d.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/types/sinon-chrome/index.d.ts b/types/sinon-chrome/index.d.ts index f4834bc527..67614ff6bc 100644 --- a/types/sinon-chrome/index.d.ts +++ b/types/sinon-chrome/index.d.ts @@ -22,7 +22,7 @@ export = SinonChrome; export as namespace SinonChrome; interface SinonChromeStub extends Sinon.SinonStub { - flush(): void; + flush(): void; } declare namespace SinonChrome {