Skip to content

Commit

Permalink
Format
Browse files Browse the repository at this point in the history
  • Loading branch information
rrousselGit committed Oct 21, 2020
1 parent e6af8ab commit 9265e34
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/flutter_riverpod/lib/src/provider_listener.dart
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import 'package:meta/meta.dart';
import 'internals.dart';

/// A function that can react to changes on a provider
///
///
/// See also [ProviderListener]
typedef OnProviderChange<T> = void Function(BuildContext context, T value);

Expand Down

0 comments on commit 9265e34

Please sign in to comment.