Update 'src/service.cr'

This commit is contained in:
Dominic Grimm 2022-02-13 20:31:32 +00:00
parent 1795482829
commit b1e449572c
1 changed files with 0 additions and 2 deletions

View File

@ -89,8 +89,6 @@ abstract class Service
end
abstract class Runner
Log = Log.for(self)
abstract def starters : Array(Starter)
def run : self