branch_tier.cpp

This commit is contained in:
Antonio SJ Musumeci 2024-01-28 23:24:13 -06:00
parent 7f188be486
commit f15705ccad

View File

@ -28,7 +28,7 @@ BranchTier::BranchTier(toml::value const &v_)
type = table.at("type").as_string(); type = table.at("type").as_string();
if(type == "literal") if(type == "literal")
load_literal_branch(table); l::load_literal_branch(table);
else if(type == "glob") else if(type == "glob")
; ;
else if(type == "scan") else if(type == "scan")