Skip to content

Commit

Permalink
Remove recursive export of matchers.dart (#133)
Browse files Browse the repository at this point in the history
  • Loading branch information
Hannnes1 committed Feb 14, 2023
1 parent a1a5209 commit fdd0bbc
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/src/matchers/matchers.dart
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ import 'package:http_mock_adapter/src/matchers/regexp.dart';
import 'package:http_mock_adapter/src/matchers/string.dart';

export 'package:http_mock_adapter/src/matchers/matcher.dart';
export 'package:http_mock_adapter/src/matchers/matchers.dart' show Matchers;

/// [Matchers] is an interface for various [Matcher] types.
abstract class Matchers {
Expand Down

0 comments on commit fdd0bbc

Please sign in to comment.