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

Unified Diff: sdk/lib/io/platform.dart

Issue 2754013002: Format all dart: library files (Closed)
Patch Set: Format all dart: library files 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
« no previous file with comments | « sdk/lib/io/link.dart ('k') | sdk/lib/io/platform_impl.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sdk/lib/io/platform.dart
diff --git a/sdk/lib/io/platform.dart b/sdk/lib/io/platform.dart
index 242f6bbc2d969ff717cb36c494238bb0b3a20b67..482898c8d01a007b68d5a8b9a7de8718301e28fb 100644
--- a/sdk/lib/io/platform.dart
+++ b/sdk/lib/io/platform.dart
@@ -123,15 +123,15 @@ class Platform {
/**
* Returns true if the operating system is Fuchsia
*/
- static final bool isFuchsia = (_operatingSystem == "fuchsia");
+ static final bool isFuchsia = (_operatingSystem == "fuchsia");
- /**
+ /**
* When stdio is connected to a terminal, whether ANSI codes are supported.
*
* This value is hard-coded to `true`, except on Windows where only more
* recent versions of Windows 10 support the codes.
*/
- static final bool ansiSupported = _ansiSupported;
+ static final bool ansiSupported = _ansiSupported;
/**
* Get the environment for this process.
« no previous file with comments | « sdk/lib/io/link.dart ('k') | sdk/lib/io/platform_impl.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698