mirror of
https://github.com/trapexit/mergerfs.git
synced 2024-04-21 12:31:43 +00:00
branches2.cpp
This commit is contained in:
+2
-2
@@ -21,8 +21,8 @@ Branches2::Branches2(toml::value const &v_)
|
||||
{
|
||||
auto const &branch_table = branch.as_table();
|
||||
|
||||
fmt::print("{}\n",
|
||||
branch_table.at("type").as_string().str());
|
||||
std::string s = branch_table.at("type").as_string();
|
||||
fmt::print("{}\n",s);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user