Skip to content

Commit

Permalink
Formatting fix
Browse files Browse the repository at this point in the history
  • Loading branch information
cinnamon-msft authored Nov 20, 2019
1 parent 9b9c971 commit 5badf2c
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/cascadia/UnitTests_TerminalCore/MockTermSettings.h
Original file line number Diff line number Diff line change
Expand Up @@ -57,9 +57,7 @@ namespace TerminalCoreUnitTests
void SelectionBackground(uint32_t) {}

// other unimplemented methods
void SetColorTableEntry(int32_t /* index */, uint32_t /* value */)
{
}
void SetColorTableEntry(int32_t /* index */, uint32_t /* value */) {}

private:
int32_t _historySize;
Expand Down

0 comments on commit 5badf2c

Please sign in to comment.