Skip to content

Commit 90ac716

Browse files
committed
Fix rubocop warnings in core/mutex/lock_spec.rb
1 parent 551b8ec commit 90ac716

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

core/mutex/lock_spec.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@
7373
end.resume
7474

7575
Fiber.new do
76-
->() do
76+
-> do
7777
lock.synchronize {}
7878
end.should_not raise_error(ThreadError)
7979
end.resume

0 commit comments

Comments
 (0)