From 46ee2747f28a732c6c36e02224c66822eb9b9651 Mon Sep 17 00:00:00 2001 From: Dino Maric Date: Mon, 10 Jan 2022 11:59:29 +0100 Subject: [PATCH] Fix the wrong identation. (#132) --- lib/tailwindcss/engine.rb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lib/tailwindcss/engine.rb b/lib/tailwindcss/engine.rb index 138a150..4b9b9fd 100644 --- a/lib/tailwindcss/engine.rb +++ b/lib/tailwindcss/engine.rb @@ -10,8 +10,8 @@ class Engine < ::Rails::Engine Rails.application.config.generators.stylesheets = false end - config.app_generators do |g| - g.template_engine :tailwindcss - end + config.app_generators do |g| + g.template_engine :tailwindcss + end end end