Index: corelib/src/exceptions.dart |
diff --git a/corelib/src/exceptions.dart b/corelib/src/exceptions.dart |
index 3e95797999cb3a90cce1e2ea8a3e4cd1c8b00e35..b309b8d6646d4920afe74329330463932a360d3c 100644 |
--- a/corelib/src/exceptions.dart |
+++ b/corelib/src/exceptions.dart |
@@ -38,8 +38,8 @@ class NoSuchMethodException implements Exception { |
const NoSuchMethodException(Object this._receiver, |
String this._functionName, |
List this._arguments, |
- [List existingArgumentNames = null]) : |
- this._existingArgumentNames = existingArgumentNames; |
+ [List existingArgumentNames = null]) |
+ : this._existingArgumentNames = existingArgumentNames; |
String toString() { |
StringBuffer sb = new StringBuffer(); |