style: clang-format the code
This commit is contained in:
@ -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\'');
|
||||
});
|
||||
});
|
||||
});
|
||||
|
Reference in New Issue
Block a user