Island: Add missing newline in ISimulationRepository
This commit is contained in:
parent
410401a319
commit
1421b5624c
|
@ -22,6 +22,7 @@ class ISimulationRepository(ABC):
|
|||
:param simulation: The simulation state
|
||||
:raises StorageError: If the simulation states could not be saved
|
||||
"""
|
||||
|
||||
pass
|
||||
|
||||
@abstractmethod
|
||||
|
|
Loading…
Reference in New Issue