Changeset 285


Ignore:
Timestamp:
Sep 25, 2017, 8:55:44 PM (7 years ago)
Author:
g7moreau
Message:
  • Remove two stupid space for beauty
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/klask

    r284 r285  
    77use strict;
    88use warnings;
    9 use version; our $VERSION = qv('0.6.6');
     9use version; our $VERSION = qv('0.6.7');
    1010
    1111use Readonly;
     
    28182818
    28192819   print "digraph G {\n";
    2820    print "rankdir = LR;\n";
     2820   print "rankdir=LR;\n";
    28212821   #print "splines=polyline;\n";
    28222822
     
    28292829   my $date = sprintf '%04i-%02i-%02i %02i:%02i', $year, $mon, $mday, $hour, $min;
    28302830   print "\"$date\" [color=white, fillcolor=black, shape=polygon, sides=14, style=filled, fontcolor=white];\n";
    2831    print "site -> \"$date\" [color = white];\n";
     2831   print "site -> \"$date\" [color=white];\n";
    28322832
    28332833   my $b=0;
Note: See TracChangeset for help on using the changeset viewer.