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

Unified Diff: sdk/lib/core/num.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/core/map.dart ('k') | sdk/lib/core/object.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sdk/lib/core/num.dart
diff --git a/sdk/lib/core/num.dart b/sdk/lib/core/num.dart
index 15b892d9c382ca0e3775c8342383277e1659f902..1db2508433c61630cbf15a8fd990cfa702a1b6d0 100644
--- a/sdk/lib/core/num.dart
+++ b/sdk/lib/core/num.dart
@@ -42,7 +42,7 @@ abstract class num implements Comparable<num> {
* Use [compareTo] for a comparison that distinguishes zero and minus zero,
* and that considers NaN values as equal.
*/
- bool operator==(Object other);
+ bool operator ==(Object other);
/**
* Returns a hash code for a numerical value.
@@ -146,7 +146,7 @@ abstract class num implements Comparable<num> {
/** Negate operator. */
num operator -();
- /**
+ /**
* Returns the remainder of the truncating division of `this` by [other].
*
* The result `r` of this operation satisfies:
« no previous file with comments | « sdk/lib/core/map.dart ('k') | sdk/lib/core/object.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698