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

Unified Diff: pkg/analysis_server/lib/src/status/diagnostics.dart

Issue 2946313003: Restore partial analysis of analysis 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/lib/src/status/diagnostics.dart
diff --git a/pkg/analysis_server/lib/src/status/diagnostics.dart b/pkg/analysis_server/lib/src/status/diagnostics.dart
index ad395d57b6683733576baf9b0c08b791f62aced5..a6202298cc3426488633d4e27b7bd0cf3f1e974d 100644
--- a/pkg/analysis_server/lib/src/status/diagnostics.dart
+++ b/pkg/analysis_server/lib/src/status/diagnostics.dart
@@ -576,7 +576,7 @@ abstract class DiagnosticPage extends Page {
void generateFooter() {
buf.writeln('''
<footer class="footer">
- Dart ${site.title} <span style="float:right">SDK ${_sdkVersion}</span>
+ Dart ${site.title} <span style="float:right">SDK $_sdkVersion</span>
</footer>
''');
}

Powered by Google App Engine
This is Rietveld 408576698