Skip to content

Commit

Permalink
Remove extra spaces in template.rb (#1422)
Browse files Browse the repository at this point in the history
Currently it adds an extra indent level in a new webpacker Rails project's development.rb and production.rb, so the `config` statement doesn't line up with the others.
  • Loading branch information
szTheory authored and gauravtiwari committed Apr 12, 2018
1 parent 21c504c commit aa88554
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/install/template.rb
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@

check_yarn_integrity_config = ->(value) { <<CONFIG }
# Verifies that versions and hashed value of the package contents in the project's package.json
config.webpacker.check_yarn_integrity = #{value}
config.webpacker.check_yarn_integrity = #{value}
CONFIG

if Rails::VERSION::MAJOR >= 5
Expand Down

0 comments on commit aa88554

Please sign in to comment.