Remove spurious whitespace

This commit is contained in:
Marc Prud'hommeaux
2018-12-17 20:27:25 -05:00
committed by GitHub
parent 525b554ab7
commit b9646e2624
@@ -860,7 +860,7 @@ VALUES
, ('Nichole Deslauriers', 'Nichole ', 'Deslauriers', 'n.deslauriers@')
, ('Cezar Pavel', 'Cezar', 'Pavel', 'c_pavel@')
, ('Daniella Cavalcante', 'Daniella', 'Cavalcante', 'd_cavalcante@')
, ('Bernadette Potvin', 'Bernadette ', 'Potvin', 'bernadette @')
, ('Bernadette Potvin', 'Bernadette', 'Potvin', 'bernadette@')
, ('Vicente Chávez', 'Vicente', 'Chávez', 'v_chã¡vez@')
, ('Isidora Urias', 'Isidora', 'Urias', 'isidora@')
, ('Coralie Brasseur', 'Coralie', 'Brasseur', 'coralie@')
@@ -1401,4 +1401,4 @@ VALUES
, ('Krista Clemons', 'Krista', 'Clemons', 'kclemons@')
, ('Rachael Holland', 'Rachael', 'Holland', 'r_holland@')
, ('Enid Bird', 'Enid', 'Bird', 'ebird@')
GO
GO