aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew Black <andrewdblack@googlemail.com>2013-10-30 18:02:48 +0000
committerDave Whiteland <dave@mysociety.org>2013-11-07 12:41:12 +0000
commit6298395c68cc222e8b019d27735bcb3ca77759cf (patch)
treea7ecef917a09e4ce4b129ffcd4f055bf8bf2afb2
parentc992dc56317554b2fb698cc91bc815f40a273e30 (diff)
Remove trailing whitespace
-rw-r--r--perllib/FixMyStreet/App/Controller/Admin.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/perllib/FixMyStreet/App/Controller/Admin.pm b/perllib/FixMyStreet/App/Controller/Admin.pm
index e88c780fd..3623348ff 100644
--- a/perllib/FixMyStreet/App/Controller/Admin.pm
+++ b/perllib/FixMyStreet/App/Controller/Admin.pm
@@ -1079,7 +1079,7 @@ sub stats : Path('stats') : Args(0) {
my ( $start_date, $end_date, @errors );
my $parser = DateTime::Format::Strptime->new( pattern => '%d/%m/%Y' );
-
+
$start_date = $parser-> parse_datetime ( $c->req->param('start_date') );
push @errors, _('Invalid start date') unless defined $start_date;