mirror of
https://github.com/rdkit/rdkit.git
synced 2026-06-03 21:44:30 +08:00
another clang-format run
This commit is contained in:
@@ -614,8 +614,8 @@ unsigned int RecursiveMatcher(const ROMol &mol, const ROMol &query,
|
||||
}
|
||||
}
|
||||
if (!found) {
|
||||
BOOST_LOG(rdErrorLog)
|
||||
<< "no match found for queryRootAtom" << std::endl;
|
||||
BOOST_LOG(rdErrorLog) << "no match found for queryRootAtom"
|
||||
<< std::endl;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user