Browse Source

branches2.cpp

toml4
Antonio SJ Musumeci 10 months ago
parent
commit
d63ed52a01
  1. 2
      src/branches2.cpp

2
src/branches2.cpp

@ -19,7 +19,7 @@ Branches2::Branches2(toml::value const &v_)
{
auto const &branch_table = branch.as_table();
branch_table.at("type");
branch_table.at("type").as_string();
}
}
}
Loading…
Cancel
Save