From 49bfd09502b1181522c953c01924309781fe342b Mon Sep 17 00:00:00 2001 From: Olzhas Suleimen Date: Fri, 13 Dec 2024 16:10:41 +0500 Subject: [PATCH] Sync 8. --- .../v1/src/compiler/template_parser/ast_template_parser.dart | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/ngcompiler/lib/v1/src/compiler/template_parser/ast_template_parser.dart b/ngcompiler/lib/v1/src/compiler/template_parser/ast_template_parser.dart index a4c8d73f6..f85127622 100644 --- a/ngcompiler/lib/v1/src/compiler/template_parser/ast_template_parser.dart +++ b/ngcompiler/lib/v1/src/compiler/template_parser/ast_template_parser.dart @@ -1190,8 +1190,7 @@ String _getEventName(ast.EventAst event) => /// Visitor which filters elements that are not supported in angular templates. class _ElementFilter extends ast.RecursiveTemplateAstVisitor { - static const _securityUrl = - 'https://angulardart.xyz/guide/security'; + static const _securityUrl = 'https://angulardart.xyz/guide/security'; @override ast.ElementAst? visitElement(ast.ElementAst astNode, [_]) {