branches2.cpp

This commit is contained in:
Antonio SJ Musumeci 2024-01-27 00:57:46 -06:00
parent 0c4d9cc69f
commit d89a944031

View File

@ -19,7 +19,7 @@ Branches2::Branches2(toml::value const &v_)
{ {
auto const &branch_table = branch.as_table(); auto const &branch_table = branch.as_table();
if(toml::find<std::string>(branch_table,"type") == "literal); if(toml::find<std::string>(branch_table,"type") == "literal");
} }
} }
} }