From 337a04d4ab4f4a261e823eb1f7d5209e098678ff Mon Sep 17 00:00:00 2001 From: Michael Ball Date: Mon, 8 Mar 2021 03:07:56 -0800 Subject: [PATCH] Delint --- spec/factories/event_types.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spec/factories/event_types.rb b/spec/factories/event_types.rb index 92fdf1c8..dce51724 100644 --- a/spec/factories/event_types.rb +++ b/spec/factories/event_types.rb @@ -23,7 +23,7 @@ FactoryBot.define do length { 30 } minimum_abstract_length { 0 } maximum_abstract_length { 500 } - description { 'Example Event Description'} + description { 'Example Event Description' } submission_instructions { 'Example Event Instructions'} color { '#ffffff' } program