mirror of
https://github.com/trapexit/mergerfs.git
synced 2025-01-21 20:25:15 +08:00
branches2.cpp
This commit is contained in:
parent
b78d01a629
commit
20a2f83a33
|
@ -19,7 +19,7 @@ Branches2::Branches2(toml::value const &v_)
|
|||
{
|
||||
auto const &branch_table = branch.as_table();
|
||||
|
||||
if(branch_table["type"].as_string() == "literal")
|
||||
if(branch_table["type"].as_string() == "literal");
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user