Skip to content

Commit

Permalink
Make spacing consistant
Browse files Browse the repository at this point in the history
  • Loading branch information
claco committed Feb 1, 2011
1 parent 6aff23f commit 170288d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion snippets/expect.snippet
Original file line number Diff line number Diff line change
@@ -1 +1 @@
expect( ${1} ).to${2}();
expect(${1}).to${2}();
2 changes: 1 addition & 1 deletion snippets/spy.snippet
Original file line number Diff line number Diff line change
@@ -1 +1 @@
spyOn( ${1:object}, '${2:method}' );
spyOn(${1:object}, '${2:method}');

0 comments on commit 170288d

Please sign in to comment.