| Index: pkg/mock/lib/src/behavior.dart
|
| diff --git a/pkg/mock/lib/src/behavior.dart b/pkg/mock/lib/src/behavior.dart
|
| index b43f699277250505ffcee07d7993a8a56ae01ba0..7385a131559c89da07c450ce075db6fe717c4353 100644
|
| --- a/pkg/mock/lib/src/behavior.dart
|
| +++ b/pkg/mock/lib/src/behavior.dart
|
| @@ -17,7 +17,7 @@ class Behavior {
|
| List<Responder> actions; // The values to return/throw or proxies to call.
|
| bool logging = true;
|
|
|
| - Behavior (this.matcher) {
|
| + Behavior(this.matcher) {
|
| actions = new List<Responder>();
|
| }
|
|
|
|
|