Skip to content

Commit 48a4ff8

Browse files
Apply RuboCop formatting.
Assisted-By: devx/3236e566-7538-432e-a30a-2bdf37265ed4
1 parent ded924c commit 48a4ff8

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

lib/async/container/controller.rb

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -51,18 +51,18 @@ def initialize(notify: Notify.open!, container_class: Container, graceful_stop:
5151
rescue SetupError => error
5252
Console.error(self, error)
5353
end
54-
54+
5555
self.trap(SIGUSR1) do
5656
self.reload
5757
rescue SetupError => error
5858
Console.error(self, error)
5959
end
60-
60+
6161
self.trap(SIGINT) do
6262
self.stop
6363
:stop
6464
end
65-
65+
6666
self.trap(SIGTERM) do
6767
self.stop
6868
:stop
@@ -149,7 +149,7 @@ def start
149149
end
150150

151151
Console.info(self, "Controller started.")
152-
152+
153153
return @container
154154
end
155155

0 commit comments

Comments
 (0)