Skip to content

Commit f2af479

Browse files
#1254 SMARTS with component-level grouping saved without '()'
Fix formating
1 parent 2724b9e commit f2af479

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/indigo-core/molecule/query_molecule.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -372,7 +372,7 @@ namespace indigo
372372
// must belong to different connected components of the target molecule
373373
Array<int> components;
374374

375-
void getComponentNeighbors(std::list<std::unordered_set<int>> &componentNeighbors);
375+
void getComponentNeighbors(std::list<std::unordered_set<int>>& componentNeighbors);
376376

377377
void invalidateAtom(int index, int mask) override;
378378

0 commit comments

Comments
 (0)