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

Commit 243e2c1

Browse files
committed
rubocop fix
1 parent e3b584f commit 243e2c1

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
@@ -294,7 +294,7 @@ def perform_action
294294
class ZkOrphanDeleteAction < ZookeeperAction
295295
def perform_action
296296
status = ''
297-
if (@qpath.empty? || @qpath == '/')
297+
if @qpath.empty? || @qpath == '/'
298298
status = 'Invalid path'
299299
else
300300
begin

0 commit comments

Comments
 (0)