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

Unified Diff: lib/runtime/messages_widget.dart

Issue 1266483003: format with dart_style 0.2.0-rc.3 (Closed) Base URL: git@github.com:dart-lang/dev_compiler.git@master
Patch Set: Created 5 years, 5 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 | « bin/edit_files.dart ('k') | lib/src/analysis_context.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: lib/runtime/messages_widget.dart
diff --git a/lib/runtime/messages_widget.dart b/lib/runtime/messages_widget.dart
index 2280992e94ad760ef22b5e656b31ef9f3d361784..11c4b82c57bacc9e3dd1792490fd8997098315f9 100644
--- a/lib/runtime/messages_widget.dart
+++ b/lib/runtime/messages_widget.dart
@@ -73,7 +73,7 @@ void displayMessages(String data) {
var logElement = new Element.html('$sb',
validator: new NodeValidatorBuilder.common()
- ..allowNavigation(new _OpenUriPolicy()));
+ ..allowNavigation(new _OpenUriPolicy()));
contentItem.append(logElement);
var messageElement = logElement.querySelector('div.text');
messageElement.onClick.listen((e) {
« no previous file with comments | « bin/edit_files.dart ('k') | lib/src/analysis_context.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698