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

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

Issue 2826693004: Run formatter on the analyzer. (Closed)
Patch Set: Run formatter on the analyzer. Created 3 years, 8 months 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
« no previous file with comments | « no previous file | pkg/analyzer/lib/src/generated/utilities_collection.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pkg/analyzer/lib/src/generated/testing/test_type_provider.dart
diff --git a/pkg/analyzer/lib/src/generated/testing/test_type_provider.dart b/pkg/analyzer/lib/src/generated/testing/test_type_provider.dart
index 3e8ceb4a1d08cff6fe012b1caaf0741f82f2d719..486e00c4e08ede7686e70d2da0badbf4a2c4dac7 100644
--- a/pkg/analyzer/lib/src/generated/testing/test_type_provider.dart
+++ b/pkg/analyzer/lib/src/generated/testing/test_type_provider.dart
@@ -417,7 +417,8 @@ class TestTypeProvider extends TypeProviderBase {
var nullElement = ElementFactory.classElement2("Null");
nullElement.constructors = <ConstructorElement>[
ElementFactory.constructorElement(
- nullElement, '_uninstantiatable', false)..factory = true
+ nullElement, '_uninstantiatable', false)
+ ..factory = true
];
// Create a library element for "dart:core"
// This enables the "isDartCoreNull" getter.
« no previous file with comments | « no previous file | pkg/analyzer/lib/src/generated/utilities_collection.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698