Skip to content

Commit 4cb6b77

Browse files
committed
Small style fix.
1 parent 3d849bc commit 4cb6b77

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec/ruby/library/monitor/synchronize_spec.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
end
3030

3131
it "raises a LocalJumpError if not passed a block" do
32-
-> {Monitor.new.synchronize }.should raise_error(LocalJumpError)
32+
-> { Monitor.new.synchronize }.should raise_error(LocalJumpError)
3333
end
3434

3535
it "raises a thread error if the monitor is not owned on exiting the block" do

0 commit comments

Comments
 (0)