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

Unified Diff: pkg/analysis_server/test/integration/integration_tests.dart

Issue 2746333008: Run dartfmt on dart2js codebase. (Closed)
Patch Set: Format all analyzer packages Created 3 years, 9 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/analysis_server/test/integration/integration_tests.dart
diff --git a/pkg/analysis_server/test/integration/integration_tests.dart b/pkg/analysis_server/test/integration/integration_tests.dart
index 7f9265c2b978e92d1a0f6229764c0a2042b7e7a6..b837278990be683a8f793feccf8d61bb8babe6d5 100644
--- a/pkg/analysis_server/test/integration/integration_tests.dart
+++ b/pkg/analysis_server/test/integration/integration_tests.dart
@@ -125,7 +125,8 @@ abstract class AbstractAnalysisServerIntegrationTest
*/
bool _subscribedToServerStatus = false;
- List<AnalysisError> getErrors(String pathname) => currentAnalysisErrors[pathname];
+ List<AnalysisError> getErrors(String pathname) =>
+ currentAnalysisErrors[pathname];
AbstractAnalysisServerIntegrationTest() {
initializeInttestMixin();

Powered by Google App Engine
This is Rietveld 408576698