Skip to content

Commit

Permalink
Lint fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Bill-hbrhbr committed Jul 23, 2024
1 parent 90282f0 commit 60da06a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions components/core/tests/test-regex_utils.cpp
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
#include <Catch2/single_include/catch2/catch.hpp>
#include <regex_utils/ErrorCode.hpp>
#include <regex_utils/regex_translation_utils.hpp>
#include <regex_utils/RegexToWildcardTranslatorConfig.hpp>

#include <Catch2/single_include/catch2/catch.hpp>

using clp::regex_utils::ErrorCode;
using clp::regex_utils::regex_to_wildcard;
using clp::regex_utils::RegexToWildcardTranslatorConfig;
Expand Down

0 comments on commit 60da06a

Please sign in to comment.