mirror of
https://github.com/rdkit/rdkit.git
synced 2026-06-04 21:54:27 +08:00
Run clang-format against cpp (#4358)
This commit is contained in:
@@ -101,13 +101,12 @@ unsigned int SubstructLibrary::addMol(const ROMol &m) {
|
||||
CHECK_INVARIANT(idx == fpidx,
|
||||
"#mols different than #fingerprints in SubstructLibrary");
|
||||
}
|
||||
if(keyholder.get() != nullptr) {
|
||||
if (keyholder.get() != nullptr) {
|
||||
unsigned int keyidx = keyholder->addMol(m);
|
||||
CHECK_INVARIANT(idx == keyidx,
|
||||
"#mols different than #keys in SubstructLibrary");
|
||||
|
||||
}
|
||||
|
||||
|
||||
return idx;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user