From 49f82b4014ba914385ab150c3c16da66c168e858 Mon Sep 17 00:00:00 2001 From: Faizaan Gagan Date: Tue, 8 Dec 2020 13:19:31 +0530 Subject: [PATCH] fixed formatting --- lib/custom_wizard/field.rb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lib/custom_wizard/field.rb b/lib/custom_wizard/field.rb index 6e051285..53a8b5da 100644 --- a/lib/custom_wizard/field.rb +++ b/lib/custom_wizard/field.rb @@ -3,17 +3,17 @@ class CustomWizard::Field @types ||= { text: { min_length: nil, - max_length:nil, + max_length: nil, prefill: nil }, textarea: { min_length: nil, - max_length:nil, + max_length: nil, prefill: nil }, composer: { min_length: nil, - max_length:nil, + max_length: nil, }, text_only: {}, date: {