Skip to content

Commit 05bf821

Browse files
Fix indent and remove extra blank line in configurations
1 parent b2d899b commit 05bf821

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

lib/install/template.rb

+4-6
Original file line numberDiff line numberDiff line change
@@ -18,14 +18,12 @@
1818

1919
say "Adding configurations"
2020
environment <<CONFIG, env: :development
21-
# Verifies that versions and hashed value of the package contents in the project's package.json
22-
config.webpacker.check_yarn_integrity = true
23-
21+
# Verifies that versions and hashed value of the package contents in the project's package.json
22+
config.webpacker.check_yarn_integrity = true
2423
CONFIG
2524
environment <<CONFIG, env: :production
26-
# Verifies that versions and hashed value of the package contents in the project's package.json
27-
config.webpacker.check_yarn_integrity = false
28-
25+
# Verifies that versions and hashed value of the package contents in the project's package.json
26+
config.webpacker.check_yarn_integrity = false
2927
CONFIG
3028

3129
if File.exists?(".gitignore")

0 commit comments

Comments
 (0)