We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent deeb473 commit d638825Copy full SHA for d638825
1 file changed
core/BranchConfig.cpp
@@ -190,7 +190,8 @@ void BranchConfig::Print() const {
190
std::cout << "\nInteger fields:" << std::endl;
191
VectorConfig<int>::Print();
192
const std::string boolean_fields_empty_message = VectorConfig<bool>::map_.empty() ? " no boolean fields in this branch" : "";
193
- std::cout << "\nBoolean fields:" << boolean_fields_empty_message << std::endl << std::endl;
+ std::cout << "\nBoolean fields:" << boolean_fields_empty_message << std::endl
194
+ << std::endl;
195
VectorConfig<bool>::Print();
196
// std::cout << std::endl;
197
}
0 commit comments