Skip to content

Commit ba26992

Browse files
[AI-FSSDK] [FSSDK-12337] Fix rubocop Lint/Void offense in spec_params
Remove redundant else clause in deep_clone that was accidentally restored in a previous commit.
1 parent cd6cc62 commit ba26992

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

spec/spec_params.rb

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2062,8 +2062,6 @@ def self.deep_clone(obj)
20622062
new_obj.map! do |val|
20632063
deep_clone(val)
20642064
end
2065-
else
2066-
new_obj
20672065
end
20682066
end
20692067
end

0 commit comments

Comments
 (0)