Skip to content

Commit

Permalink
chore: fix prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
lpatiny committed Jun 22, 2024
1 parent 811cc25 commit 062be48
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/hose/getHoseCodesForAtomsInternal.js
Original file line number Diff line number Diff line change
Expand Up @@ -104,8 +104,8 @@ export function getHoseCodesForAtomsInternal(molecule, options = {}) {
* If the atom is not an halogen, X or an hydrogen
* we add query features to the atom
* This includes aromaticity, ring size, number of hydrogens
* @param {import('openchemlib').Molecule} fragment
* @param {import('openchemlib').Molecule} molecule
* @param {import('openchemlib').Molecule} fragment
* @param {import('openchemlib').Molecule} molecule
*/
function addQueryFeaturesAndRemoveMapNo(fragment, molecule) {
const Molecule = molecule.getOCL().Molecule;
Expand Down

0 comments on commit 062be48

Please sign in to comment.