diff options
author | drh <drh@noemail.net> | 2020-06-19 15:24:12 +0000 |
---|---|---|
committer | drh <drh@noemail.net> | 2020-06-19 15:24:12 +0000 |
commit | 067b92ba00887811d9c54c84621b4cfd6f55e27a (patch) | |
tree | e047b726264aad8f2aee65472deafd0b5bda39df /vsixtest/App.xaml.cpp | |
parent | 1e32bed3c1ce78263598d860d531d3e7e6171929 (diff) | |
download | sqlite-067b92ba00887811d9c54c84621b4cfd6f55e27a.tar.gz sqlite-067b92ba00887811d9c54c84621b4cfd6f55e27a.zip |
Extend the refactoring into extensions. Clean up stray newlines.
FossilOrigin-Name: 7a876209a678a34c198b54ceef9e3c041f128a14dc73357f6a57cadadaa6cf7b
Diffstat (limited to 'vsixtest/App.xaml.cpp')
-rw-r--r-- | vsixtest/App.xaml.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vsixtest/App.xaml.cpp b/vsixtest/App.xaml.cpp index da8f327fa..c90604a83 100644 --- a/vsixtest/App.xaml.cpp +++ b/vsixtest/App.xaml.cpp @@ -117,4 +117,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 +} |