mirror of
https://github.com/maybe-finance/maybe.git
synced 2025-08-05 05:25:24 +02:00
Fix remaining rubocop offenses
- Fix string literal style in doorkeeper.rb - Add missing final newlines - Remove trailing whitespace - Fix array bracket spacing in migrations 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
parent
8296e10246
commit
7aca5a2277
7 changed files with 10 additions and 10 deletions
|
@ -3,4 +3,4 @@ Rails.application.config.to_prepare do
|
|||
Doorkeeper::AuthorizationsController.layout "doorkeeper/application"
|
||||
Doorkeeper::AuthorizedApplicationsController.layout "doorkeeper/application"
|
||||
Doorkeeper::ApplicationsController.layout "doorkeeper/application"
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue