diff --git a/SIL.Core.Desktop.Tests/Progress/Commands/CommandTests.cs b/SIL.Core.Desktop.Tests/Progress/Commands/CommandTests.cs
index deba17e25..9da5efd74 100644
--- a/SIL.Core.Desktop.Tests/Progress/Commands/CommandTests.cs
+++ b/SIL.Core.Desktop.Tests/Progress/Commands/CommandTests.cs
@@ -53,7 +53,7 @@ public void CommandCallsInitializeCallback()
public void CommandCallsFinalize()
{
TestCommand cmd = new TestCommand();
- cmd.Finish += new EventHandler(OnFinish);
+ cmd.Finish += OnFinish;
cmd.BeginInvoke();
WaitOnBool(ref _onFinishCalled);
}
diff --git a/SIL.Windows.Forms/SIL.Windows.Forms.csproj b/SIL.Windows.Forms/SIL.Windows.Forms.csproj
index 6fc367763..bb04b45b0 100644
--- a/SIL.Windows.Forms/SIL.Windows.Forms.csproj
+++ b/SIL.Windows.Forms/SIL.Windows.Forms.csproj
@@ -20,7 +20,6 @@
-
diff --git a/build/Palaso.proj b/build/Palaso.proj
index c0f0cc306..e5953d322 100644
--- a/build/Palaso.proj
+++ b/build/Palaso.proj
@@ -49,7 +49,7 @@
-
+