| Index: lib/src/stream_splitter.dart
|
| diff --git a/lib/src/stream_splitter.dart b/lib/src/stream_splitter.dart
|
| index 6cec98c7d4ae4bb991c4871583d96be904b95583..ac4260d4ac86684e39af8c92696ab3cc60b9a951 100644
|
| --- a/lib/src/stream_splitter.dart
|
| +++ b/lib/src/stream_splitter.dart
|
| @@ -5,7 +5,7 @@
|
| import 'dart:async';
|
|
|
| import 'future_group.dart';
|
| -import 'result.dart';
|
| +import 'result/result.dart';
|
|
|
| /// A class that splits a single source stream into an arbitrary number of
|
| /// (single-subscription) streams (called "branch") that emit the same events.
|
|
|