Skip to content

Commit ad768d8

Browse files
linting errors
1 parent 01ac35a commit ad768d8

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

spec/moderation_spec.rb

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ def loop_times(times)
5252

5353
after(:all) do
5454
@channel.delete
55-
55+
5656
curr_idx = 0
5757
batch_size = 25
5858

@@ -66,7 +66,6 @@ def loop_times(times)
6666
curr_idx += batch_size
6767
slice = @users_to_delete.slice(curr_idx, batch_size)
6868
end
69-
7069
end
7170

7271
it 'properly sets up a new client' do

0 commit comments

Comments
 (0)