From 7ff25c8eeb8e4566b27a663550317143042f1660 Mon Sep 17 00:00:00 2001 From: Basarat Ali Syed Date: Sun, 15 Jun 2014 16:30:03 +1000 Subject: [PATCH] expectjs fix indenting --- expect.js/expect.js.d.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/expect.js/expect.js.d.ts b/expect.js/expect.js.d.ts index 64c5871b0..21bffb44a 100644 --- a/expect.js/expect.js.d.ts +++ b/expect.js/expect.js.d.ts @@ -17,7 +17,7 @@ declare module Expect { * * @param fn callback to match error string against */ - throwError(fn?: (exception: any) => void): void; + throwError(fn?: (exception: any) => void): void; /** * Assert that the function throws.