Fix CQ failures.

This commit is contained in:
ArthurSonzogni
2024-08-17 10:57:13 +02:00
parent 66d1c1f61f
commit fbd56cdf43
3 changed files with 17 additions and 12 deletions

View File

@@ -69,6 +69,8 @@ std::string Color::Print(bool is_background_color) const {
";" + std::to_string(blue_);
}
}
// NOTREACHED();
return "";
}
/// @brief Build a transparent color.