From 1bc55c609910361fbf2f43da0ef0675912a54b56 Mon Sep 17 00:00:00 2001 From: Faizaan Gagan Date: Mon, 5 Apr 2021 22:04:17 +0530 Subject: [PATCH] code formatting --- plugin.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugin.rb b/plugin.rb index 48f0e0ef..a726c123 100644 --- a/plugin.rb +++ b/plugin.rb @@ -97,7 +97,7 @@ after_initialize do load File.expand_path(path, __FILE__) end - add_to_class(::Sprockets::DirectiveProcessor, :process_require_tree_discourse_directive ) do |path = "."| + add_to_class(::Sprockets::DirectiveProcessor, :process_require_tree_discourse_directive) do |path = "."| discourse_asset_path = "#{Rails.root}/app/assets/javascripts/" path = File.expand_path(path, discourse_asset_path) stat = @environment.stat(path)