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

Unified Diff: tools/dom/docs/bin/docs.dart

Issue 2827793002: Format all files under tools and utils directory. (Closed)
Patch Set: Format all files under tools and utils directory. 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
« no previous file with comments | « tools/dartium/generate_app/generate_cached_patches.dart ('k') | tools/dom/docs/lib/docs.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/dom/docs/bin/docs.dart
diff --git a/tools/dom/docs/bin/docs.dart b/tools/dom/docs/bin/docs.dart
index 7307ab1045a31d8e7fc5979a5adae53745af4bb1..147401f83983336ea19c2222a6b170412d7ea5b5 100644
--- a/tools/dom/docs/bin/docs.dart
+++ b/tools/dom/docs/bin/docs.dart
@@ -20,9 +20,8 @@ final String lib_uri = Platform.script.resolve('../../../../sdk').toString();
main() {
print('Converting HTML docs from $lib_uri to $json_path.');
- convert(lib_uri, json_path)
- .then((bool anyErrors) {
- print('Converted HTML docs ${anyErrors ? "with": "without"}'
+ convert(lib_uri, json_path).then((bool anyErrors) {
+ print('Converted HTML docs ${anyErrors ? "with": "without"}'
' errors.');
- });
+ });
}
« no previous file with comments | « tools/dartium/generate_app/generate_cached_patches.dart ('k') | tools/dom/docs/lib/docs.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698