forked from p15670423/monkey
Island: Add missing newline in ISimulationRepository
This commit is contained in:
parent
28e75319b0
commit
c221a9810d
|
@ -21,6 +21,7 @@ class ISimulationRepository(ABC):
|
|||
:return The island's current mode
|
||||
:raises RetrievalError: If the mode could not be retrieved
|
||||
"""
|
||||
|
||||
pass
|
||||
|
||||
@abstractmethod
|
||||
|
|
Loading…
Reference in New Issue