From 41ad055ae89a331723e9e4ba131456e82ae508c5 Mon Sep 17 00:00:00 2001 From: "Michael J. Rubinsky" Date: Mon, 28 Jun 2010 17:10:47 -0400 Subject: [PATCH] cs --- ansel/lib/Injector/Binder/Storage.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ansel/lib/Injector/Binder/Storage.php b/ansel/lib/Injector/Binder/Storage.php index 2514d1893..fdb963227 100644 --- a/ansel/lib/Injector/Binder/Storage.php +++ b/ansel/lib/Injector/Binder/Storage.php @@ -9,7 +9,7 @@ */ class Ansel_Injector_Binder_Storage Implements Horde_Injector_Binder { - public function create (Horde_Injector $injector) + public function create(Horde_Injector $injector) { return new Ansel_Injector_Factory_Storage($injector); } -- 2.11.0