Skip to content

Commit

Permalink
Run code formatter again
Browse files Browse the repository at this point in the history
  • Loading branch information
Rosefield committed Jul 13, 2021
1 parent 084eee8 commit 6641fa5
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion src/cascadia/LocalTests_TerminalApp/TabTests.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -972,7 +972,6 @@ namespace TerminalAppLocalTests
VERIFY_SUCCEEDED(result);
}


void TabTests::NextMRUTab()
{
// This is a test for GH#8025 - we want to make sure that we can do both
Expand Down
1 change: 0 additions & 1 deletion src/cascadia/TerminalApp/Pane.h
Original file line number Diff line number Diff line change
Expand Up @@ -269,6 +269,5 @@ class Pane : public std::enable_shared_from_this<Pane>
void _AssignChildNode(std::unique_ptr<LayoutSizeNode>& nodeField, const LayoutSizeNode* const newNode);
};


friend class ::TerminalAppLocalTests::TabTests;
};

0 comments on commit 6641fa5

Please sign in to comment.