Index: runtime/lib/class_id.dart |
diff --git a/runtime/lib/class_id.dart b/runtime/lib/class_id.dart |
index 7ae813db3d283552482a7d32a62062b9565f1ac7..045cfa188de25c39df1ab04f17257457e04dac20 100644 |
--- a/runtime/lib/class_id.dart |
+++ b/runtime/lib/class_id.dart |
@@ -4,4 +4,4 @@ |
class ClassID { |
static int getID(Object value) native "ClassID_getID"; |
-} |
+} |
Lasse Reichstein Nielsen
2014/08/19 12:48:30
Ack, accidental whitespace change.
|