Skip to content

Commit

Permalink
Merge pull request #394 from PatrickChrestin/master
Browse files Browse the repository at this point in the history
Getting rid of static analysis warning on pub.dev
  • Loading branch information
escamoteur authored Dec 13, 2024
2 parents 589f27a + e79abeb commit e42c233
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
Expand Up @@ -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}');
Expand Down

0 comments on commit e42c233

Please sign in to comment.