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

Unified Diff: pkg/analyzer/lib/src/generated/utilities_collection.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
Index: pkg/analyzer/lib/src/generated/utilities_collection.dart
diff --git a/pkg/analyzer/lib/src/generated/utilities_collection.dart b/pkg/analyzer/lib/src/generated/utilities_collection.dart
index ee8431564588aaad8c2098bba2fc61681b4dd11e..e6d69194d917b49e8da0ebbbfc76ba89d6eb2a54 100644
--- a/pkg/analyzer/lib/src/generated/utilities_collection.dart
+++ b/pkg/analyzer/lib/src/generated/utilities_collection.dart
@@ -50,8 +50,8 @@ class BooleanArray {
* Return the value of the element at the given index.
*/
@deprecated
- static bool getEnum<E extends Enum<E>>(int array, Enum<E> index) => get(
- array, index.ordinal);
+ static bool getEnum<E extends Enum<E>>(int array, Enum<E> index) =>
+ get(array, index.ordinal);
/**
* Set the value of the element of the given [array] at the given [index] to
« no previous file with comments | « pkg/analyzer/lib/src/generated/testing/test_type_provider.dart ('k') | pkg/analyzer/lib/src/kernel/loader.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698