Skip to content
This repository has been archived by the owner on Oct 22, 2024. It is now read-only.

Commit

Permalink
blast_repo fixes (#224)
Browse files Browse the repository at this point in the history
* blast_repo fixes

dependabot

* dartfmt
  • Loading branch information
devoncarew authored May 18, 2023
1 parent 4dfd9ad commit 7e10117
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,5 @@ updates:
directory: /
schedule:
interval: monthly
labels:
- autosubmit
2 changes: 1 addition & 1 deletion lib/src/type_matcher.dart
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ class TypeMatcher<T> extends Matcher {
const TypeMatcher(
[@Deprecated('Provide a type argument to TypeMatcher and omit the name. '
'This argument will be removed in the next release.')
String? name])
String? name])
: _name =
// ignore: deprecated_member_use_from_same_package
name;
Expand Down

0 comments on commit 7e10117

Please sign in to comment.