diff --git a/packages/shorebird_code_push_api/lib/src/provider.dart b/packages/shorebird_code_push_api/lib/src/provider.dart index 3ff5c799..c5a8cf19 100644 --- a/packages/shorebird_code_push_api/lib/src/provider.dart +++ b/packages/shorebird_code_push_api/lib/src/provider.dart @@ -10,7 +10,7 @@ extension ProvideExtension on Request { if (value == null) { throw StateError( ''' -request.lookup<$T>() called with a request request that does not contain a $T. +request.lookup<$T>() called with a request that does not contain a $T. ''', ); }