Commit d0a8e09
Address
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
```warning: mismatched indentations at 'end' with 'class' at 3
1 parent bc0fca1 commit d0a8e09
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
0 commit comments