Island: Add missing newline in ISimulationRepository

This commit is contained in:
Mike Salvatore 2022-07-01 16:31:55 -04:00
parent 410401a319
commit 1421b5624c
1 changed files with 1 additions and 0 deletions

View File

@ -22,6 +22,7 @@ class ISimulationRepository(ABC):
:param simulation: The simulation state
:raises StorageError: If the simulation states could not be saved
"""
pass
@abstractmethod