Update backtracking/wildcard_matching.cpp

Co-authored-by: David Leal <halfpacho@gmail.com>
This commit is contained in:
Swastika Gupta 2021-08-01 19:44:47 +05:30 committed by GitHub
parent baddfe9950
commit 01b9d7865f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -95,7 +95,7 @@ int32_t wildcard_matching(std::string s, std::string p, int pos1, int pos2)
} // namespace backtracking } // namespace backtracking
/** /**
* @brief Test implementations * @brief Self-test implementations
* @returns void * @returns void
*/ */
static void test() { static void test() {