Skip to content
This repository was archived by the owner on Oct 16, 2025. It is now read-only.

Commit 1fd1db8

Browse files
committed
rubocop fix
1 parent e2a56e6 commit 1fd1db8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src-colladmin/actions/zookeeper_action.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -254,7 +254,7 @@ def table_types
254254

255255
def table_rows(_body)
256256
dump_node(@zkpath)
257-
@job_states_count.each do |jid, states|
257+
@job_states_count.each do |_jid, states|
258258
next unless states.length > 1
259259

260260
@test_results.append([states.to_s, 'Duplicate JID', 'FAIL'])

0 commit comments

Comments
 (0)