Skip to content

Commit 21a39ac

Browse files
committed
Whitespaces
1 parent f3126b6 commit 21a39ac

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/NHibernate.Test/NHSpecificTest/ProxyValidator/ShouldBeProxiableTests.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ public void ObjectDestructorShouldNotBeProxiable()
134134
Assert.That(method.IsProxiable(), Is.False);
135135
});
136136
}
137-
137+
138138
[Test]
139139
public void MyClassDestructorShouldNotBeProxiable()
140140
{
@@ -193,7 +193,7 @@ public void MyClassFinalizeWithParametersShouldBeProxiable()
193193
public void WhenProtectedNoVirtualPropertyThenShouldntBeProxiable()
194194
{
195195
var prop = typeof(ProtectedNoVirtualProperty).GetProperty("Aprop", BindingFlags.Instance | BindingFlags.Public | BindingFlags.NonPublic);
196-
Assert.That(prop.ShouldBeProxiable(), Is.False);
196+
Assert.That(prop.ShouldBeProxiable(), Is.False);
197197
}
198198

199199
[Test]

0 commit comments

Comments
 (0)