Skip to content

Commit e1f278d

Browse files
committed
Address warning: mismatched indentations at 'end' with 'class' at 3
This commit addresses the `warning: mismatched indentations at 'end' with 'class' at 3` ```ruby $ bundle exec rake test /home/yahonda/src/github.com/rails/tailwindcss-rails/lib/tailwindcss/engines.rb:21: warning: mismatched indentations at 'end' with 'class' at 3 Run options: --seed 14561 ........................ Finished in 0.031471s, 762.6091 runs/s, 6164.4235 assertions/s. 24 runs, 194 assertions, 0 failures, 0 errors, 0 skips ```
1 parent 098e02b commit e1f278d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/tailwindcss/engines.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module Tailwindcss
22
module Engines
3-
class << self
3+
class << self
44
def bundle
55
FileUtils.mkdir_p(Rails.root.join("app/assets/builds/tailwind"))
66
Rails::Engine.subclasses.select do |engine|

0 commit comments

Comments
 (0)