style: autofix rubocop

This commit is contained in:
Shivam Mishra
2025-07-15 14:21:53 +05:30
parent 7f3d4aaaa7
commit e52becbc40
3 changed files with 3 additions and 3 deletions
@@ -73,4 +73,4 @@ module CaptainToolsHelpers
tool_matches = text.scan(TOOL_REFERENCE_REGEX)
tool_matches.flatten.uniq
end
end
end
@@ -3,4 +3,4 @@ json.array! @tools do |tool|
json.title tool[:title]
json.description tool[:description]
json.icon tool[:icon]
end
end
@@ -173,4 +173,4 @@ RSpec.describe CaptainToolsHelpers, type: :concern do
expect(result).to eq(%w[add_contact_note update_priority add_private_note])
end
end
end
end