summaryrefslogtreecommitdiffstats
path: root/Tests/VSXaml/App.xaml.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'Tests/VSXaml/App.xaml.cpp')
-rw-r--r--Tests/VSXaml/App.xaml.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/Tests/VSXaml/App.xaml.cpp b/Tests/VSXaml/App.xaml.cpp
index 334dc1f..2cb2b32 100644
--- a/Tests/VSXaml/App.xaml.cpp
+++ b/Tests/VSXaml/App.xaml.cpp
@@ -4,6 +4,7 @@
//
#include "pch.h"
+
#include "MainPage.xaml.h"
using namespace VSXaml;
@@ -122,4 +123,4 @@ void App::OnSuspending(Object^ sender, SuspendingEventArgs^ e)
void App::OnNavigationFailed(Platform::Object ^sender, Windows::UI::Xaml::Navigation::NavigationFailedEventArgs ^e)
{
throw ref new FailureException("Failed to load Page " + e->SourcePageType.Name);
-} \ No newline at end of file
+}