From 82e96a7e7413dbb0af601038aff87a5e0921e6eb Mon Sep 17 00:00:00 2001 From: Tobe O Date: Mon, 22 Oct 2018 11:35:45 -0400 Subject: [PATCH] Formatting --- angel_container/lib/src/container.dart | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/angel_container/lib/src/container.dart b/angel_container/lib/src/container.dart index c445d128..0bffaf99 100644 --- a/angel_container/lib/src/container.dart +++ b/angel_container/lib/src/container.dart @@ -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(String name) {