Fix clang format.

This commit is contained in:
PabloMK7 2024-01-30 14:24:04 +01:00
parent a110843115
commit 10df158dc6
1 changed files with 2 additions and 1 deletions

View File

@ -27,7 +27,8 @@ void DisableLoggingInTests();
void SetGlobalFilter(const Filter& filter);
/**
* Only allow messages that match the specified regex. The regex is matched against the final log text.
* Only allow messages that match the specified regex. The regex is matched against the final log
* text.
*/
bool SetRegexFilter(const std::string& regex);