Formatting

This commit is contained in:
Tobe O 2018-10-22 11:35:45 -04:00
parent 5e13882560
commit 82e96a7e74

View file

@ -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) {