Skip to content

Commit d638825

Browse files
committed
apply clang format
1 parent deeb473 commit d638825

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

core/BranchConfig.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,8 @@ void BranchConfig::Print() const {
190190
std::cout << "\nInteger fields:" << std::endl;
191191
VectorConfig<int>::Print();
192192
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;
193+
std::cout << "\nBoolean fields:" << boolean_fields_empty_message << std::endl
194+
<< std::endl;
194195
VectorConfig<bool>::Print();
195196
// std::cout << std::endl;
196197
}

0 commit comments

Comments
 (0)