| Index: pkg/unittest/lib/html_individual_config.dart
|
| diff --git a/pkg/unittest/lib/html_individual_config.dart b/pkg/unittest/lib/html_individual_config.dart
|
| index ca140b6320774a566a6bbd45cb927bbd2cb92fb3..b5d27974236eaf2ada92d3421257b05bbf36a6fe 100644
|
| --- a/pkg/unittest/lib/html_individual_config.dart
|
| +++ b/pkg/unittest/lib/html_individual_config.dart
|
| @@ -28,8 +28,8 @@ class HtmlIndividualConfiguration extends htmlconfig.HtmlConfiguration {
|
| .where((p) => p.startsWith('group='))
|
| .toList();
|
|
|
| - if(!groups.isEmpty) {
|
| - if(groups.length > 1) {
|
| + if (!groups.isEmpty) {
|
| + if (groups.length > 1) {
|
| throw new ArgumentError('More than one "group" parameter provided.');
|
| }
|
|
|
|
|