serialzation.hpp: Fix add_padding

This commit is contained in:
Elad 2024-12-25 07:02:42 +02:00
parent a5ba96e991
commit 0cc655074d
5 changed files with 14 additions and 13 deletions

View file

@ -596,7 +596,7 @@ void fmt_class_string<std::source_location>::format(std::string& out, u64 arg)
}
}
func = func.substr(0, index);
func = func.substr(0, index) + "()";
break;
}