Skip to content

Commit

Permalink
chore: move test
Browse files Browse the repository at this point in the history
  • Loading branch information
mathew65 committed Jan 14, 2025
1 parent 0873be9 commit b43a533
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion lib/src/src.dart
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
export 'package:trackable/trackable.dart';

export 'base_effect.dart';
export 'bloc_presentation_test.dart';
export 'extensions.dart';
export 'safe_bloc.dart';
export 'safe_bloc_base.dart';
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,6 @@ extension on List<Diff> {
String insertion(String str) => '\u001b[32m{+$str+}\u001B[0m';

String toPrettyString() {

final buffer = StringBuffer();
for (final difference in this) {
switch (difference.operation) {
Expand Down

0 comments on commit b43a533

Please sign in to comment.