From 3351a54332f51727e1e491d031c2c2e63bb0c945 Mon Sep 17 00:00:00 2001 From: Vladislav Nepogodin Date: Wed, 18 Jan 2023 03:10:15 +0400 Subject: [PATCH] =?UTF-8?q?=F0=9F=A7=B9=20cleanup=20follow=5Fprocess=5Flog?= =?UTF-8?q?.hpp?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/follow_process_log.hpp | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/src/follow_process_log.hpp b/src/follow_process_log.hpp index 9d8f688..019f357 100644 --- a/src/follow_process_log.hpp +++ b/src/follow_process_log.hpp @@ -6,10 +6,8 @@ #include // for size, GREATER_THAN -namespace tui { -namespace detail { - void follow_process_log_widget(const std::vector& 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& vec, ftxui::Decorator box_size = size(ftxui::HEIGHT, ftxui::GREATER_THAN, 5)) noexcept; +} // namespace tui::detail #endif // FOLLOW_PROCESS_LOG_HPP