Fix clang format.

This commit is contained in:
PabloMK7 2024-01-30 14:24:04 +01:00
parent a110843115
commit 10df158dc6

View File

@ -27,7 +27,8 @@ void DisableLoggingInTests();
void SetGlobalFilter(const Filter& filter); 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); bool SetRegexFilter(const std::string& regex);