Removed comment

This commit is contained in:
Andreas Tsouchlos 2021-11-22 12:53:52 +01:00
parent 040dae6bf3
commit 4c054bea8a

View File

@ -43,7 +43,6 @@ constexpr std::array<char, fmt_node.length> format_arg(arg_t arg) {
unsigned offset = 0;
// TODO: Does making this branchless make it more efficient?
if (arg < 0) {
result[0] = '-';
arg = -arg;