Skip to content

Commit b9be64f

Browse files
committed
formatting
1 parent 3511184 commit b9be64f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/NHibernate/Cfg/Environment.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -369,8 +369,8 @@ public static void InitializeGlobalProperties(IHibernateConfiguration config)
369369

370370
private static IHibernateConfiguration GetHibernateConfiguration()
371371
{
372-
var nhConfig = Settings.ConfigurationManager.GetConfiguration();;
373-
if (log.IsInfoEnabled() && nhConfig == null)
372+
var nhConfig = Settings.ConfigurationManager.GetConfiguration();
373+
if (nhConfig == null && log.IsInfoEnabled())
374374
{
375375
log.Info("{0} section not found in application configuration file", CfgXmlHelper.CfgSectionName);
376376
}

0 commit comments

Comments
 (0)