From de8c137f323eaf7c46d8c7206d171196e38a2a8d Mon Sep 17 00:00:00 2001 From: szTheory Date: Thu, 12 Apr 2018 04:09:04 -0400 Subject: [PATCH] Remove extra spaces in template.rb (#1422) 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. --- lib/install/template.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/install/template.rb b/lib/install/template.rb index d1c8ab89d..a0c4a54df 100644 --- a/lib/install/template.rb +++ b/lib/install/template.rb @@ -19,7 +19,7 @@ check_yarn_integrity_config = ->(value) { <= 5