Skip to content

Commit

Permalink
Remove empty rows
Browse files Browse the repository at this point in the history
  • Loading branch information
hendrikvdkaaden committed Mar 8, 2024
1 parent acbf7e8 commit 60c015f
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions floor_generator/test/test_utils.dart
Original file line number Diff line number Diff line change
Expand Up @@ -161,8 +161,6 @@ Matcher throwsUnresolvedAnnotationException() {
return throwsA(isA<UnresolvedAnnotationException>());
}



Future<Dao> createDao(final String methodSignature) async {
final library = await resolveSource('''
library test;
Expand Down

0 comments on commit 60c015f

Please sign in to comment.