Skip to content

Commit

Permalink
Do code formatting (microsoft#2994)
Browse files Browse the repository at this point in the history
  • Loading branch information
gbaychev committed Dec 2, 2019
1 parent 2109095 commit 894d8f9
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
3 changes: 0 additions & 3 deletions src/cascadia/TerminalApp/ColorFlyoutSubItem.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
#include "ColorFlyoutSubItem.g.cpp"
#include <winrt/Microsoft.UI.Xaml.XamlTypeInfo.h>


using namespace winrt;
using namespace winrt::Windows::UI::Xaml;
using namespace winrt::Windows::UI::Core;
Expand Down Expand Up @@ -38,9 +37,7 @@ namespace winrt::ColorFlyoutSubItem::implementation
_resourceLoader = resourceLoader;
}


void ColorFlyoutSubItem::Create()
{

}
}
2 changes: 1 addition & 1 deletion src/cascadia/TerminalApp/ColorPickupFlyout.h
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ namespace winrt::TerminalApp::implementation
void ClearColorButton_Click(Windows::Foundation::IInspectable const& sender, Windows::UI::Xaml::RoutedEventArgs const& args);

DECLARE_EVENT(ColorSelected, _colorSelected, TerminalApp::ColorSelectedArgs);
DECLARE_EVENT(ColorCleared, _colorCleared, TerminalApp::ColorClearedArgs);
DECLARE_EVENT(ColorCleared, _colorCleared, TerminalApp::ColorClearedArgs);
};
}

Expand Down

0 comments on commit 894d8f9

Please sign in to comment.