Skip to content

Commit 379ba1a

Browse files
author
Brian Hahn
committed
remove stray comma
1 parent fe39c55 commit 379ba1a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/lint/blocking_commands.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ def mock(options = {}, &blk)
3535
:brpoplpush => lambda do |*args|
3636
sleep options[:delay] if options.has_key?(:delay)
3737
to_protocol(args.last)
38-
end,
38+
end
3939
}
4040

4141
redis_mock(commands, &blk)

0 commit comments

Comments
 (0)