Index: test/Common/SharpMap.Tests/Editors/FeatureInteractorTest.cs =================================================================== diff -u -r5fc71a385897af92ccb092f2f969b5709afab85a -r65f2e7d6ac377e64d885b6379ba3553a2deef981 --- test/Common/SharpMap.Tests/Editors/FeatureInteractorTest.cs (.../FeatureInteractorTest.cs) (revision 5fc71a385897af92ccb092f2f969b5709afab85a) +++ test/Common/SharpMap.Tests/Editors/FeatureInteractorTest.cs (.../FeatureInteractorTest.cs) (revision 65f2e7d6ac377e64d885b6379ba3553a2deef981) @@ -64,8 +64,7 @@ [Test] public void CanDeleteAndMoveDoesNotCrashWithEmptyLayer() { - var editor = new TestFeatureInteractor(null, null, null, null) - {}; + var editor = new TestFeatureInteractor(null, null, null, null); Assert.IsFalse(editor.AllowDeletion()); Assert.IsFalse(editor.AllowMove());