Skip to content

Commit

Permalink
Fix code indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
natebosch committed Oct 15, 2024
1 parent e560ebe commit 1d36d96
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkgs/checks/lib/src/extensions/async.dart
Original file line number Diff line number Diff line change
Expand Up @@ -233,7 +233,7 @@ extension StreamChecks<T> on Subject<StreamQueue<T>> {
/// await check(someStream).withQueue.inOrder([
/// (s) => s.emits((e) => e.equals(0)),
/// (s) => s.emits((e) => e.equals(1)),
/// ]);
/// ]);
/// ```
///
/// If this expectation fails, the source queue will be left in its original
Expand Down

0 comments on commit 1d36d96

Please sign in to comment.