Update indentation
[gruntmaster-daemon.git] / lib / Gruntmaster / Daemon / Judge / Points.pm
index 85ba209d1ef2a054a61ebc88fea4a2c7f865d8f0..b153948cbe2aff5e0cbc6507b2a1c7028a426178 100644 (file)
@@ -13,10 +13,10 @@ our $VERSION = '5999.000_002';
 ##################################################
 
 sub judge{
-  no warnings qw/numeric/;
-  get_logger->trace("Judging results: @_");
-  my $points = sum 0, grep { !ref } @_;
-  $points == 100 ? (result => AC, result_text => 'Accepted') : (result => REJ, result_text => "$points points", points => $points)
+       no warnings qw/numeric/;
+       get_logger->trace("Judging results: @_");
+       my $points = sum 0, grep { !ref } @_;
+       $points == 100 ? (result => AC, result_text => 'Accepted') : (result => REJ, result_text => "$points points", points => $points)
 }
 
 1;
This page took 0.01075 seconds and 4 git commands to generate.