Index: runtime/lib/mirror_reference.dart |
diff --git a/runtime/lib/mirror_reference.dart b/runtime/lib/mirror_reference.dart |
index b0f7726d7fbeb8548a4a2ee8aa9a24e3e1834e19..89bc4467a31428c477ac7a161dac4e5265b8dd9c 100644 |
--- a/runtime/lib/mirror_reference.dart |
+++ b/runtime/lib/mirror_reference.dart |
@@ -4,8 +4,7 @@ |
class _MirrorReference { |
factory _MirrorReference._uninstantiable() { |
- throw new UnsupportedError( |
- "class _MirrorReference cannot be instantiated"); |
+ throw new UnsupportedError("class _MirrorReference cannot be instantiated"); |
} |
bool operator ==(other) native "MirrorReference_equals"; |