Skip to content

Commit

Permalink
Formatting fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Oct 5, 2023
1 parent b742d21 commit eb7a979
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ class MockCommand : public CommandHelper<Command, MockCommand> {
}

explicit MockCommand(Requirements requirements, bool finished = false,
bool runWhenDisabled = true) {
bool runWhenDisabled = true) {
m_requirements.insert(requirements.begin(), requirements.end());
EXPECT_CALL(*this, GetRequirements())
.WillRepeatedly(::testing::Return(m_requirements));
Expand Down

0 comments on commit eb7a979

Please sign in to comment.