Skip to content

Commit

Permalink
Run Code Formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
Jaswir committed Jul 20, 2023
1 parent 6e73665 commit e2f9c15
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/cascadia/TerminalControl/ControlCore.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -716,7 +716,7 @@ namespace winrt::Microsoft::Terminal::Control::implementation
}

auto eventArgs = winrt::make_self<TransparencyChangedEventArgs>(0.0);
_TransparencyChangedHandlers(*this, *eventArgs);
_TransparencyChangedHandlers(*this, *eventArgs);
}

void ControlCore::ToggleShaderEffects()
Expand Down
2 changes: 1 addition & 1 deletion src/cascadia/TerminalSettingsModel/AllShortcutActions.h
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@
ON_ALL_ACTIONS(ShowContextMenu) \
ON_ALL_ACTIONS(ExpandSelectionToWord) \
ON_ALL_ACTIONS(CloseOtherPanes) \
ON_ALL_ACTIONS(RestartConnection) \
ON_ALL_ACTIONS(RestartConnection)

#define ALL_SHORTCUT_ACTIONS_WITH_ARGS \
ON_ALL_ACTIONS_WITH_ARGS(AdjustFontSize) \
Expand Down

0 comments on commit e2f9c15

Please sign in to comment.