Skip to content

Commit

Permalink
removed comment from migration
Browse files Browse the repository at this point in the history
  • Loading branch information
escamoteur committed Apr 12, 2021
1 parent 833bfd7 commit 184392b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/get_it_impl.dart
Original file line number Diff line number Diff line change
Expand Up @@ -918,7 +918,7 @@ class _GetItImplementation implements GetIt {

if (instanceFactory.instance != null) {
if (disposingFunction != null) {
disposingFunction.call(instanceFactory.instance as T /*?*/);
disposingFunction.call(instanceFactory.instance as T);
} else {
instanceFactory.dispose();
}
Expand Down

0 comments on commit 184392b

Please sign in to comment.