Skip to content

Commit f761714

Browse files
authored
Style
1 parent 362e99f commit f761714

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/tasks/stimulus_tasks.rake

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ module Stimulus
99
end
1010

1111
def controllers_root
12-
config = Rails.application.config.generators.options.dig(:stimulus)
13-
Rails.root.join(StimulusGenerator.new(["stimulus"], config, {}).options.controllers_path)
12+
Rails.root.join \
13+
StimulusGenerator.new(["stimulus"], Rails.application.config.generators.options.dig(:stimulus), {}).options.controllers_path
1414
end
1515

1616
def using_bun?

0 commit comments

Comments
 (0)