Skip to content

Commit b1be8ea

Browse files
committed
Whitespace.
1 parent a960cc5 commit b1be8ea

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

examples/controller.rb

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,14 +15,14 @@ def setup(container)
1515
else
1616
Console.debug(self, "Child process started.")
1717
end
18-
18+
1919
instance.ready!
20-
20+
2121
while true
2222
sleep 1
23-
23+
2424
Console.debug(self, "Work")
25-
25+
2626
if rand < 0.5
2727
Console.debug(self, "Should exit...")
2828
sleep 0.5

0 commit comments

Comments
 (0)