Make spacing consistant

This commit is contained in:
Christopher H. Laco 2011-01-31 22:45:22 -05:00
parent 6aff23f3d5
commit 170288deb7
2 changed files with 2 additions and 2 deletions

View File

@ -1 +1 @@
expect( ${1} ).to${2}();
expect(${1}).to${2}();

View File

@ -1 +1 @@
spyOn( ${1:object}, '${2:method}' );
spyOn(${1:object}, '${2:method}');