From 4d34817928abff8568255f907e6b4ceda1f7fc9c Mon Sep 17 00:00:00 2001 From: Michael Ball Date: Mon, 8 Mar 2021 03:08:03 -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 dce51724..9fcc1452 100644 --- a/spec/factories/event_types.rb +++ b/spec/factories/event_types.rb @@ -24,7 +24,7 @@ FactoryBot.define do minimum_abstract_length { 0 } maximum_abstract_length { 500 } description { 'Example Event Description' } - submission_instructions { 'Example Event Instructions'} + submission_instructions { 'Example Event Instructions' } color { '#ffffff' } program end