Sebastian Bittrich 3 роки тому
батько
коміт
59202fc0f7
1 змінених файлів з 1 додано та 1 видалено
  1. 1 1
      src/viewer/helpers/selection.ts

+ 1 - 1
src/viewer/helpers/selection.ts

@@ -189,7 +189,7 @@ const labelFromProps = (entryId: string, labelAsymId?: string, range?: number[])
 
 export function rangeToTest(asymId: string, residues: number[], operatorName?: string) {
     const chainTests: Expression[] = [MS.core.rel.eq([MS.ammp('label_asym_id'), asymId])];
-    if(operatorName)
+    if (operatorName)
         chainTests.push(MS.core.rel.eq([operatorName, MS.acp('operatorName')]));
 
     if (residues.length > 0) {