Skip to content

Commit

Permalink
Small change with no effect to invoke testing
Browse files Browse the repository at this point in the history
  • Loading branch information
padix-key authored May 29, 2023
1 parent eee5da2 commit 46127bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python-src/fastpdb/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -319,4 +319,4 @@ def set_structure(self, atoms):
def _index_models_and_atoms(self):
self._pdb_file.index_models_and_atoms()
self._model_start_i = self._pdb_file.model_start_i
self._atom_line_i = self._pdb_file.atom_line_i
self._atom_line_i = self._pdb_file.atom_line_i

0 comments on commit 46127bf

Please sign in to comment.