Skip to content

Commit

Permalink
removing trailing whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
nickerso committed Sep 20, 2017
1 parent 1dc3274 commit 682775e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/variable/variable.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -374,7 +374,7 @@ TEST(Variable, removeVariableMethods) {
std::string a = printer.printComponent(c);
EXPECT_EQ(e1, a);
EXPECT_FALSE(c.removeVariable("BAD_NAME"));

c.addVariable(v4);
c.removeAllVariables();
a = printer.printComponent(c);
Expand Down

0 comments on commit 682775e

Please sign in to comment.