mirror of
https://github.com/pese-git/cherrypick.git
synced 2026-01-24 21:57:58 +00:00
fix: fix warning
This commit is contained in:
@@ -130,6 +130,6 @@ class Scope {
|
||||
}
|
||||
|
||||
// 2 Поиск зависимостей в родительском скоупе
|
||||
return _parentScope != null ? _parentScope!.tryResolve(named: named) : null;
|
||||
return _parentScope?.tryResolve(named: named);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user