Skip to content

Commit 5274cb3

Browse files
committed
Lint
1 parent 52f9c7f commit 5274cb3

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

lib/kredis/types/unique_list.rb

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ def prepend(elements)
1212
return if elements.empty?
1313

1414
with_expiration do
15-
1615
multi do
1716
remove elements
1817
super(elements, suppress_expiration: true)
@@ -26,7 +25,6 @@ def append(elements)
2625
return if elements.empty?
2726

2827
with_expiration do
29-
3028
multi do
3129
remove elements
3230
super(elements, suppress_expiration: true)

0 commit comments

Comments
 (0)