Fix for lint

pull/2621/head
Jaehong Kang 2024-02-15 16:11:11 +09:00
parent 5f3f12a9a1
commit c091d0564d
No known key found for this signature in database
GPG Key ID: 3D63FE5C68AE16E5
1 changed files with 3 additions and 3 deletions

View File

@ -1,7 +1,7 @@
# frozen_string_literal: true
module Mastodon
class Application < Rails::Application
config.x.mastodon = config_for(:mastodon)
end
class Application < Rails::Application
config.x.mastodon = config_for(:mastodon)
end
end