Fix previous commit
authorMarius Gavrilescu <marius@ieval.ro>
Sun, 4 Jan 2015 17:09:02 +0000 (19:09 +0200)
committerMarius Gavrilescu <marius@ieval.ro>
Sun, 4 Jan 2015 17:09:02 +0000 (19:09 +0200)
lib/Plack/App/Gruntmaster.pm

index b011ffa048e766bdfc6ac80a87f654953ae58eb5..1d8fc325e032d885fff24f672a0dd0274d829287 100644 (file)
@@ -156,7 +156,7 @@ sub dispatch_request{
                        forbid $_{private};
                        response log => 'Job list', {%{db->job_list(%_)}, maybe contest => $_{contest}}
                },
-               sub (/pb/  + ?:owner~&:contest~&private~)                   {
+               sub (/pb/  + ?:owner~&:contest~&:private~)                  {
                        forbid $_{private};
                        response pb => 'Problems', {%{db->problem_list(%_)}, maybe contest => $_{contest}}
                },
This page took 0.010163 seconds and 4 git commands to generate.