forked from p15670423/monkey
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
|
:param simulation: The simulation state
|
||||||
:raises StorageError: If the simulation states could not be saved
|
:raises StorageError: If the simulation states could not be saved
|
||||||
"""
|
"""
|
||||||
|
|
||||||
pass
|
pass
|
||||||
|
|
||||||
@abstractmethod
|
@abstractmethod
|
||||||
|
|
Loading…
Reference in New Issue