Skip to content

Commit

Permalink
apply code format
Browse files Browse the repository at this point in the history
  • Loading branch information
Malik Shahzad Muzaffar committed May 4, 2023
1 parent dfc0049 commit 890af69
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions DataFormats/Common/test/testOneToManyAssociation.cc
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ void testOneToManyAssociation::dummy() {
++f;
n = v.numberOfAssociations(edm::Ref<CKey>());
++n;
std::cout <<"numberOfAssociations:"<<n<<std::endl;
std::cout << "numberOfAssociations:" << n << std::endl;
edm::Ref<Assoc> r;
v[edm::Ref<CKey>()];
v.erase(edm::Ref<CKey>());
Expand All @@ -68,7 +68,7 @@ void testOneToManyAssociation::dummy() {
++f;
n = v.numberOfAssociations(edm::Ref<CKey>());
++n;
std::cout <<"numberOfAssociations:"<<n<<std::endl;
std::cout << "numberOfAssociations:" << n << std::endl;
edm::Ref<Assoc> r;
v[edm::Ref<CKey>()];
v.erase(edm::Ref<CKey>());
Expand Down
2 changes: 1 addition & 1 deletion DataFormats/Common/test/testOneToOneAssociation.cc
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ void testOneToOneAssociation::dummy() {
++f;
int n = v.numberOfAssociations(edm::Ref<CKey>());
++n;
std::cout <<"numberOfAssociations:"<<n<<std::endl;
std::cout << "numberOfAssociations:" << n << std::endl;
edm::Ref<Assoc> r;
v[edm::Ref<CKey>()];
v.erase(edm::Ref<CKey>());
Expand Down

0 comments on commit 890af69

Please sign in to comment.