]> git.sesse.net Git - remoteglot-book/blobdiff - www/opening-stats.pl
Indent fix.
[remoteglot-book] / www / opening-stats.pl
index a88b0a28b1ad3d28cdb7f9fbd43290711a94113e..58a0f9be02a9ed230808fb00ce281abeef3531e9 100755 (executable)
@@ -49,7 +49,7 @@ eval {
        $root_game->{'moves'} = int(((scalar @{$pgn->moves}) + 1) / 2);
 };
 if ($@) {
-       print STDERR "Error while getting root move: $@\n";
+       print STDERR "Error while getting root move: $@\n";
 }
 
 # Explore one move out.