style: clang-format the code

This commit is contained in:
Victor Berchet
2016-12-09 11:19:55 -08:00
parent b4db73d0bf
commit c8baf51f4f
5 changed files with 15 additions and 13 deletions

View File

@ -186,7 +186,8 @@ describe('plugin', () => {
expectSemanticError('app/ng-if-cases.ts', locationMarker, message);
}
it('should report an implicit context reference', () => {
expectError('implicit', "The template context does not defined a member called 'unknown'");
expectError(
'implicit', 'The template context does not defined a member called \'unknown\'');
});
});
});