From 843304ab27da9ef2c0be5d8fce4363902af69825 Mon Sep 17 00:00:00 2001 From: Matthew Somerville Date: Fri, 28 Sep 2018 17:08:44 +0100 Subject: Missing semicolon. --- bin/fixmystreet.com/fixture | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/fixmystreet.com/fixture b/bin/fixmystreet.com/fixture index 2f882381a..c56e1733d 100755 --- a/bin/fixmystreet.com/fixture +++ b/bin/fixmystreet.com/fixture @@ -112,7 +112,7 @@ foreach (FixMyStreet::Cobrand->available_cobrand_classes) { } } -FixMyStreet::PhotoStorage::backend->init() +FixMyStreet::PhotoStorage::backend->init(); my $user = $users{'user@example.org'}; my $num = 20; -- cgit v1.2.3