mirror of
https://github.com/microsoft/terminal.git
synced 2026-09-24 16:05:21 +00:00
format
This commit is contained in:
@@ -155,7 +155,7 @@ namespace winrt::Microsoft::Terminal::Control::implementation
|
||||
// search box remains in Visible state (though not really *visible*) during the
|
||||
// first load. So, we only need to apply this check here (after checking that
|
||||
// we're done initializing).
|
||||
if(IsOpen())
|
||||
if (IsOpen())
|
||||
{
|
||||
callback();
|
||||
return;
|
||||
|
||||
Reference in New Issue
Block a user