mirror of
https://github.com/discourse/discourse.git
synced 2025-06-02 16:29:32 +08:00
DEV: Apply syntax_tree formatting to lib/*
This commit is contained in:
@ -1,9 +1,7 @@
|
||||
# frozen_string_literal: true
|
||||
|
||||
module Autospec
|
||||
|
||||
class BaseRunner
|
||||
|
||||
# used when starting the runner - preloading happens here
|
||||
def start(opts = {})
|
||||
end
|
||||
@ -32,7 +30,5 @@ module Autospec
|
||||
# used to stop the runner
|
||||
def stop
|
||||
end
|
||||
|
||||
end
|
||||
|
||||
end
|
||||
|
Reference in New Issue
Block a user