Skip to content

Commit

Permalink
Getting rid of static analysis warning on pub.dev
Browse files Browse the repository at this point in the history
PatrickChrestin committed Dec 13, 2024

Verified

This commit was signed with the committer’s verified signature.
targos Michaël Zasso
1 parent 589f27a commit e79abeb
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions lib/get_it_impl.dart
Original file line number Diff line number Diff line change
@@ -361,8 +361,6 @@ class _ServiceFactory<T extends Object, P1, P2> {
});
return pendingResult! as Future<R>;
}
default:
throw StateError('Impossible factoryType');
}
} catch (e, s) {
_debugOutput('Error while creating $T}');

0 comments on commit e79abeb

Please sign in to comment.