Formatting
This commit is contained in:
parent
5e13882560
commit
82e96a7e74
1 changed files with 2 additions and 2 deletions
|
@ -129,9 +129,9 @@ class Container {
|
|||
}
|
||||
|
||||
/// Finds a named singleton.
|
||||
///
|
||||
///
|
||||
/// In general, prefer using [registerSingleton] and [registerFactory].
|
||||
///
|
||||
///
|
||||
/// [findByName] is best reserved for internal logic that end users of code should
|
||||
/// not see.
|
||||
T findByName<T>(String name) {
|
||||
|
|
Loading…
Reference in a new issue