Skip to content

Commit 7fb4975

Browse files
authored
Merge pull request #569 from yahonda/address-mismatched-indentations-at-end-with-class
Address `warning: mismatched indentations at 'end' with 'class' at 3`
2 parents a3f71ce + d0a8e09 commit 7fb4975

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)