Skip to content

Commit a02bd33

Browse files
committed
Fixes formatting mistakes
1 parent 0e3a6f9 commit a02bd33

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Orm/Xtensive.Orm/Orm/Domain.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -453,13 +453,13 @@ public async ValueTask InnerDispose(bool isAsync)
453453
NotifyDisposing();
454454
Services.Dispose();
455455

456-
if (SingleConnection==null) {
456+
if (SingleConnection == null) {
457457
return;
458458
}
459459

460460
SqlConnection singleConnectionLocal;
461461
lock (singleConnectionGuard) {
462-
if (singleConnectionOwner!=null) {
462+
if (singleConnectionOwner != null) {
463463
OrmLog.Warning(
464464
Strings.LogUnableToCloseSingleAvailableConnectionItIsStillUsedBySessionX,
465465
singleConnectionOwner);

0 commit comments

Comments
 (0)