diff --git a/include/quick-ftxui.hpp b/include/quick-ftxui.hpp index 83a7dc5..5a104f3 100644 --- a/include/quick-ftxui.hpp +++ b/include/quick-ftxui.hpp @@ -596,7 +596,7 @@ struct node_printer : boost::static_visitor<> { void operator()(quick_ftxui_ast::separator const &text) const { // tab(indent + tabsize); // std::cout << "nil: \"" << text << '"' << std::endl; - + // clang-format off switch (text.style) { case quick_ftxui_ast::sep_style::Normal: data->components.push_back( @@ -623,6 +623,7 @@ struct node_printer : boost::static_visitor<> { default: throw std::runtime_error("Should not reach here"); } + // clang-format on } void operator()(quick_ftxui_ast::int_variable_decl const &text) const {