Remove trailing white space

master
Ben Moon 2016-05-10 21:46:51 +01:00
parent 16f3fd4599
commit a459531950
1 changed files with 5 additions and 5 deletions

View File

@ -11,10 +11,10 @@ zci is_cached => 0;
ddg_goodie_test(
[qw( DDG::Goodie::ZappBrannigan )],
'zapp brannigan quote' => test_zci(
'zapp brannigan quote' => test_zci(
re('Zapp Brannigan: '),
structured_answer => {
data => {
data => {
subtitle => 'Zapp Brannigan quote',
content => re('Zapp Brannigan: ')
},
@ -23,9 +23,9 @@ ddg_goodie_test(
options => {
content => 'DDH.zapp_brannigan.content'
}
}
},
}
},
),
);
done_testing;
done_testing;