Skip to content

Address warning: mismatched indentations at 'end' with 'class' at 3 #569

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Conversation

yahonda
Copy link
Member

@yahonda yahonda commented Aug 20, 2025

This commit addresses the warning: mismatched indentations at 'end' with 'class' at 3

$ 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

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
```
@flavorjones flavorjones force-pushed the address-mismatched-indentations-at-end-with-class branch from e1f278d to d0a8e09 Compare August 20, 2025 22:27
@flavorjones
Copy link
Member

Thank you!

@flavorjones flavorjones merged commit 7fb4975 into rails:main Aug 20, 2025
16 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants