From 950e83d3e0b74d38ce7828243000e70b5d1deff8 Mon Sep 17 00:00:00 2001 From: BirjuVachhani Date: Fri, 26 Mar 2021 19:33:06 +0530 Subject: [PATCH] :recycle: format fix --- lib/collection/iterable.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/collection/iterable.dart b/lib/collection/iterable.dart index a1a62ff..a611791 100644 --- a/lib/collection/iterable.dart +++ b/lib/collection/iterable.dart @@ -413,4 +413,4 @@ extension NullableIterableScrewDriver on Iterable? { var iterable = this; return iterable != null && iterable.isNotEmpty; } -} \ No newline at end of file +}