Fixed indentation

master
Jay Kamat 2015-03-21 08:29:59 -07:00
parent 099b796920
commit 5eb8524c0a
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@ triggers start => "duckduckhack jgkamat";
# Handle statement
handle remainder => sub {
return if $_;
return "jgkamat is awesome and has successfully completed the DuckDuckHack Goodie tutorial!";
return "jgkamat is awesome and has successfully completed the DuckDuckHack Goodie tutorial!";
};
1;