Skip to content

Commit

Permalink
Fixes for Logger::Section
Browse files Browse the repository at this point in the history
  • Loading branch information
Epixu committed Oct 8, 2024
1 parent 8589b49 commit 373d5bd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions source/Logger.inl
Original file line number Diff line number Diff line change
Expand Up @@ -138,9 +138,9 @@ namespace Langulus::Logger
Instance << Command::Push
<< Instance.TabStyle << "┌─ "
<< currentStyle
<< Emphasis::Underline;
<< Command::Pop;
(Instance << ... << ::std::forward<T>(arguments));
return (Instance << Command::Pop << Tabs {});
return (Instance << Tabs {});
}
else return (Instance);
}
Expand Down

0 comments on commit 373d5bd

Please sign in to comment.