chore: remove remaining blank lines after include statements

- Remove extra blank lines added by Layout/EmptyLineAfterGuardClause rule
- Reduce PR to final 16 files with only functional Rails upgrade changes
This commit is contained in:
Sojan Jose
2025-08-14 14:11:35 +02:00
parent c2e095adba
commit 8ed8e809e3
2 changed files with 0 additions and 2 deletions
@@ -1,6 +1,5 @@
class Api::V1::Accounts::Conversations::DirectUploadsController < ActiveStorage::DirectUploadsController
include EnsureCurrentAccountHelper
before_action :current_account
before_action :conversation
@@ -1,6 +1,5 @@
class Api::V1::Accounts::Integrations::ShopifyController < Api::V1::Accounts::BaseController
include Shopify::IntegrationHelper
before_action :setup_shopify_context, only: [:orders]
before_action :fetch_hook, except: [:auth]
before_action :validate_contact, only: [:orders]