🧹 cleanup follow_process_log.hpp

This commit is contained in:
Vladislav Nepogodin 2023-01-18 03:10:15 +04:00
parent d7b55ccbce
commit 3351a54332
No known key found for this signature in database
GPG Key ID: B62C3D10C54D5DA9

View File

@ -6,10 +6,8 @@
#include <ftxui/dom/elements.hpp> // for size, GREATER_THAN
namespace tui {
namespace detail {
void follow_process_log_widget(const std::vector<std::string>& vec, ftxui::Decorator box_size = size(ftxui::HEIGHT, ftxui::GREATER_THAN, 5)) noexcept;
} // namespace detail
} // namespace tui
namespace tui::detail {
void follow_process_log_widget(const std::vector<std::string>& vec, ftxui::Decorator box_size = size(ftxui::HEIGHT, ftxui::GREATER_THAN, 5)) noexcept;
} // namespace tui::detail
#endif // FOLLOW_PROCESS_LOG_HPP