style: clang format the code

This commit is contained in:
Victor Berchet 2015-10-27 12:58:09 -07:00
parent 40586152d1
commit e7f9924b18
1 changed files with 2 additions and 3 deletions

View File

@ -24,9 +24,8 @@ export function main() {
pipe = new DatePipe();
});
it('should be marked as non-pure', () => {
expect(new PipeResolver().resolve(DatePipe).pure).toEqual(false);
});
it('should be marked as non-pure',
() => { expect(new PipeResolver().resolve(DatePipe).pure).toEqual(false); });
describe("supports", () => {
it("should support date", () => { expect(pipe.supports(date)).toBe(true); });