Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(8)

Unified Diff: pkg/analyzer/lib/src/generated/testing/html_factory.dart

Issue 725143004: Format and sort analyzer and analysis_server packages. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 6 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: pkg/analyzer/lib/src/generated/testing/html_factory.dart
diff --git a/pkg/analyzer/lib/src/generated/testing/html_factory.dart b/pkg/analyzer/lib/src/generated/testing/html_factory.dart
index 4be90d19ff435d6f6a74f3b10e11645eaadfe61c..b833a268cdd868eddf3816e82ce28f06999f1b94 100644
--- a/pkg/analyzer/lib/src/generated/testing/html_factory.dart
+++ b/pkg/analyzer/lib/src/generated/testing/html_factory.dart
@@ -24,15 +24,16 @@ class HtmlFactory {
return new Token.con1(TokenType.GT, 0);
}
- static Token ltToken() {
- return new Token.con1(TokenType.LT, 0);
- }
-
static Token ltsToken() {
return new Token.con1(TokenType.LT_SLASH, 0);
}
- static HtmlScriptTagNode scriptTag([List<XmlAttributeNode> attributes = XmlAttributeNode.EMPTY_LIST]) {
+ static Token ltToken() {
+ return new Token.con1(TokenType.LT, 0);
+ }
+
+ static HtmlScriptTagNode scriptTag([List<XmlAttributeNode> attributes =
+ XmlAttributeNode.EMPTY_LIST]) {
return new HtmlScriptTagNode(
ltToken(),
stringToken("script"),
@@ -70,7 +71,8 @@ class HtmlFactory {
return new Token.con2(TokenType.STRING, 0, value);
}
- static XmlTagNode tagNode(String name, [List<XmlAttributeNode> attributes = XmlAttributeNode.EMPTY_LIST]) {
+ static XmlTagNode tagNode(String name, [List<XmlAttributeNode> attributes =
+ XmlAttributeNode.EMPTY_LIST]) {
return new XmlTagNode(
ltToken(),
stringToken(name),
« no previous file with comments | « pkg/analyzer/lib/src/generated/testing/element_factory.dart ('k') | pkg/analyzer/lib/src/generated/testing/token_factory.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698