Skip to content

Commit 26a9c88

Browse files
committed
Style
1 parent 4e21177 commit 26a9c88

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

lib/importmap/engine.rb

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,10 +53,11 @@ class Engine < ::Rails::Engine
5353
end
5454
end
5555

56-
initializer 'importmap.rescuable_asset_errors' do |app|
56+
initializer "importmap.rescuable_asset_errors" do |app|
5757
if defined?(Propshaft)
5858
app.config.importmap.rescuable_asset_errors << Propshaft::MissingAssetError
5959
end
60+
6061
if defined?(Sprockets::Rails)
6162
app.config.importmap.rescuable_asset_errors << Sprockets::Rails::Helper::AssetNotFound
6263
end

0 commit comments

Comments
 (0)