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/analysis_server/test/services/dependencies/library_dependencies_test.dart

Issue 2933713002: Add a couple of lints to the options files (Closed)
Patch Set: Created 3 years, 6 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/services/dependencies/library_dependencies_test.dart
diff --git a/pkg/analysis_server/test/services/dependencies/library_dependencies_test.dart b/pkg/analysis_server/test/services/dependencies/library_dependencies_test.dart
index 287560c6eef56412b4ceb9b4f507430974e0bd71..b4cf41008ed9c3275cb79844f855d888869f077e 100644
--- a/pkg/analysis_server/test/services/dependencies/library_dependencies_test.dart
+++ b/pkg/analysis_server/test/services/dependencies/library_dependencies_test.dart
@@ -49,6 +49,6 @@ class LibraryDependenciesTest extends AbstractContextTest {
}
void _performAnalysis() {
- while (context.performAnalysisTask().hasMoreWork);
+ while (context.performAnalysisTask().hasMoreWork) {}
}
}
« no previous file with comments | « pkg/analysis_server/analysis_options.yaml ('k') | pkg/analysis_server/tool/instrumentation/page/stats_page.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698