Skip to content

Commit

Permalink
🎨 format code
Browse files Browse the repository at this point in the history
  • Loading branch information
BirjuVachhani committed Aug 10, 2024
1 parent c5d62d7 commit 8433cb4
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion test/generic_test.dart
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ void main() {

list = [];
a = 5;
Future.delayed(Duration(milliseconds: 100), (){
Future.delayed(Duration(milliseconds: 100), () {
list = null;
a = null;
});
Expand Down
1 change: 0 additions & 1 deletion test/pattern_test.dart
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,4 @@ void main() {
expect(RegExp(r'\d+').hasExactMatch('a123'), isFalse);
expect(RegExp(r'\d+').hasMatch('a123'), isTrue);
});

}

0 comments on commit 8433cb4

Please sign in to comment.