Minor cleanup.

This commit is contained in:
Jeff Ames
2008-05-16 13:33:57 +00:00
parent 9040213366
commit 7fefb80abb
9 changed files with 19 additions and 33 deletions

View File

@@ -40,7 +40,7 @@ namespace OpenUser.Config.UserConfigDb4o
public UserConfig GetConfigObject()
{
m_log.Info("[DBUSERCONFIG]: Loading Db40Config dll");
return ( new DbUserConfig());
return new DbUserConfig();
}
}