Skip to content

Commit

Permalink
style: pre-commit fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
pre-commit-ci[bot] committed Jul 10, 2023
1 parent ed679e3 commit c4f847b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tools/tidy/tests/EnforcePortSuffixTest.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -194,4 +194,4 @@ endmodule
auto visitor = Registry::create("EnforcePortSuffix");
bool result = visitor->check(root);
CHECK(result);
}
}
2 changes: 1 addition & 1 deletion tools/tidy/tests/TidyConfigParserTest.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -183,4 +183,4 @@ TEST_CASE("TidyParser: Parse array") {
CHECK(config.getCheckConfigs().inputPortSuffix == std::vector<std::string>{"_a", "_b", "_c"});
CHECK(config.getCheckConfigs().inoutPortSuffix == std::vector<std::string>{"_a"});
CHECK(config.getCheckConfigs().outputPortSuffix == std::vector<std::string>{});
}
}

0 comments on commit c4f847b

Please sign in to comment.