expectjs fix indenting

This commit is contained in:
Basarat Ali Syed
2014-06-15 16:30:03 +10:00
parent e51d156705
commit 7ff25c8eeb
+1 -1
View File
@@ -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.