Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
zadjii-msft committed Aug 9, 2023
1 parent 6b650d7 commit d707096
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/cascadia/TerminalControl/ControlCore.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1470,8 +1470,7 @@ namespace winrt::Microsoft::Terminal::Control::implementation
viewHeight,
bufferSize) };

if (_inUnitTests)
[[unlikely]]
if (_inUnitTests) [[unlikely]]
{
_ScrollPositionChangedHandlers(*this, update);
}
Expand Down

0 comments on commit d707096

Please sign in to comment.