| Index: lib/src/hijack_exception.dart
|
| diff --git a/lib/src/hijack_exception.dart b/lib/src/hijack_exception.dart
|
| index 13c505444d64470ae7ccfd338e33eeb3825fc5c3..56d5cecf1cd9fe473d3d3a634eaf9337c091d0d7 100644
|
| --- a/lib/src/hijack_exception.dart
|
| +++ b/lib/src/hijack_exception.dart
|
| @@ -17,5 +17,5 @@ class HijackException {
|
| String toString() =>
|
| "A shelf request's underlying data stream was hijacked.\n"
|
| "This exception is used for control flow and should only be handled by a "
|
| - "Shelf adapter.";
|
| + "Shelf adapter.";
|
| }
|
|
|