Zepei Xu 7 years ago
parent
commit
45a947d800
1 changed files with 1 additions and 0 deletions
  1. 1 0
      src/mol-io/reader/mol2/parser.ts

+ 1 - 0
src/mol-io/reader/mol2/parser.ts

@@ -124,6 +124,7 @@ async function handleAtoms(state: State): Promise<Schema.Atoms> {
             }else{
                 hasStatus_bit = true;
             }
+        }
     }
 
     const atom_idTokens = TokenBuilder.create(tokenizer, molecule.num_atoms * 2);