diff options
author | Struan Donald <struan@exo.org.uk> | 2012-02-27 12:57:51 +0000 |
---|---|---|
committer | Struan Donald <struan@exo.org.uk> | 2012-02-27 12:57:51 +0000 |
commit | 2274cabb4308ad5bf4ba2a50f97d4a1e810292fb (patch) | |
tree | d39b47033ee06da80d8ff1a8759909ceeab11226 | |
parent | 02a558a14ad637558663026c6f6531ce9a36bba0 (diff) |
formatting fixes
-rw-r--r-- | perllib/FixMyStreet/DB/ResultSet/Problem.pm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/perllib/FixMyStreet/DB/ResultSet/Problem.pm b/perllib/FixMyStreet/DB/ResultSet/Problem.pm index f72b60953..cfd7f9b40 100644 --- a/perllib/FixMyStreet/DB/ResultSet/Problem.pm +++ b/perllib/FixMyStreet/DB/ResultSet/Problem.pm @@ -206,7 +206,7 @@ sub categories_summary { return \%categories; } - sub send_reports { +sub send_reports { use Digest::MD5; @@ -404,6 +404,6 @@ sub categories_summary { } } } - } +} 1; |