fixing indentation to 4 spaces

master
Marcos Toledo 2014-12-22 17:09:21 -02:00
parent edd2173dee
commit 5021c59bad
1 changed files with 5 additions and 5 deletions

View File

@ -9,11 +9,11 @@ zci answer_type => "is_awesome_mtoledo";
zci is_cached => 1;
ddg_goodie_test(
[qw(
DDG::Goodie::IsAwesome::mtoledo
)],
'duckduckhack mtoledo' => test_zci('mtoledo has successfully completed the DuckDuckHack Goodie tutorial!'),
'duckduckhack mtoledo is awesome' => undef,
[qw(
DDG::Goodie::IsAwesome::mtoledo
)],
'duckduckhack mtoledo' => test_zci('mtoledo has successfully completed the DuckDuckHack Goodie tutorial!'),
'duckduckhack mtoledo is awesome' => undef,
);
done_testing;