Skip to content

Commit 3d9d32b

Browse files
committed
format
1 parent ba9a820 commit 3d9d32b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/cascadia/TerminalControl/SearchBoxControl.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ namespace winrt::Microsoft::Terminal::Control::implementation
155155
// search box remains in Visible state (though not really *visible*) during the
156156
// first load. So, we only need to apply this check here (after checking that
157157
// we're done initializing).
158-
if(IsOpen())
158+
if (IsOpen())
159159
{
160160
callback();
161161
return;

0 commit comments

Comments
 (0)