| Index: lib/html/src/XMLElementWrappingImplementation.dart
|
| diff --git a/lib/html/src/XMLElementWrappingImplementation.dart b/lib/html/src/XMLElementWrappingImplementation.dart
|
| index abc39a82e5897a57b6f26da1b9d3b583d3735c25..dcd01546ab55c96bd07524855295355c2a9f54a4 100644
|
| --- a/lib/html/src/XMLElementWrappingImplementation.dart
|
| +++ b/lib/html/src/XMLElementWrappingImplementation.dart
|
| @@ -25,8 +25,8 @@ class XMLElementWrappingImplementation extends ElementWrappingImplementation
|
| parentTag.innerHTML = xml;
|
| if (parentTag.nodes.length == 1) return parentTag.nodes.removeLast();
|
|
|
| - throw new IllegalArgumentException('XML had ${parentTag.nodes.length} ' +
|
| - 'top-level nodes but 1 expected');
|
| + throw new IllegalArgumentException(
|
| + 'XML had ${parentTag.nodes.length} top-level nodes but 1 expected');
|
| }
|
|
|
| Set<String> get classes() {
|
|
|