Skip to content

Commit

Permalink
Format
Browse files Browse the repository at this point in the history
  • Loading branch information
chrchr-github committed Jul 6, 2023
1 parent 391d94f commit fe3fb5a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/testclass.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -8359,7 +8359,7 @@ class TestClass : public TestFixture {

// Tokenize..
Tokenizer tokenizer(&settings, this);
tokenizer.createTokens(std::move(tokens2));
tokenizer.createTokens(std::move(tokens2));
ASSERT_LOC(tokenizer.simplifyTokens1(""), file, line);

// Check..
Expand Down

0 comments on commit fe3fb5a

Please sign in to comment.