Skip to content

Commit e42c233

Browse files
authored
Merge pull request #394 from PatrickChrestin/master
Getting rid of static analysis warning on pub.dev
2 parents 589f27a + e79abeb commit e42c233

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

lib/get_it_impl.dart

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -361,8 +361,6 @@ class _ServiceFactory<T extends Object, P1, P2> {
361361
});
362362
return pendingResult! as Future<R>;
363363
}
364-
default:
365-
throw StateError('Impossible factoryType');
366364
}
367365
} catch (e, s) {
368366
_debugOutput('Error while creating $T}');

0 commit comments

Comments
 (0)