mirror of
https://github.com/ArthurSonzogni/FTXUI.git
synced 2025-09-29 16:39:34 +08:00
Fix CQ failures.
This commit is contained in:
@@ -69,6 +69,8 @@ std::string Color::Print(bool is_background_color) const {
|
||||
";" + std::to_string(blue_);
|
||||
}
|
||||
}
|
||||
// NOTREACHED();
|
||||
return "";
|
||||
}
|
||||
|
||||
/// @brief Build a transparent color.
|
||||
|
Reference in New Issue
Block a user