pmt: reformat code, etc.

This commit is contained in:
2025-09-24 22:14:25 +03:00
parent 0ff94cc4b9
commit 397b95466d
4 changed files with 23 additions and 24 deletions

View File

@@ -120,7 +120,7 @@ int main(int argc, char **argv) {
<< std::endl;
Helper::PureTuple<int, std::string, bool> values = {
{1, "hi", true}, {2, "im", true}, {3, "helper", false}};
{1, "hi", true}, {2, "im", true}, {3, "helper", false}};
values.insert(std::make_tuple(0, "hi", false));
values.insert(2, "im", true);