Skip to content

Commit

Permalink
♻️ format fix
Browse files Browse the repository at this point in the history
  • Loading branch information
BirjuVachhani committed Mar 26, 2021
1 parent d28f645 commit 950e83d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/collection/iterable.dart
Original file line number Diff line number Diff line change
Expand Up @@ -413,4 +413,4 @@ extension NullableIterableScrewDriver<E> on Iterable<E>? {
var iterable = this;
return iterable != null && iterable.isNotEmpty;
}
}
}

0 comments on commit 950e83d

Please sign in to comment.