From: Jay Hannah Date: Wed, 31 Mar 2010 00:59:07 +0000 (-0500) Subject: Aesthetic (spacing) tweak. (oops) X-Git-Tag: 0.06000~13 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=d05d0f449e9354c9c4f1d96952572c8864fa1079;p=dbsrgits%2FDBIx-Class-Schema-Loader.git Aesthetic (spacing) tweak. (oops) --- diff --git a/t/11mysql_common.t b/t/11mysql_common.t index 303e16b..44924eb 100644 --- a/t/11mysql_common.t +++ b/t/11mysql_common.t @@ -33,7 +33,7 @@ my $tester = dbixcsl_common_tests->new( 'float ' => { data_type => 'FLOAT', size => 32 }, 'double ' => { data_type => 'DOUBLE', size => 64 }, 'double precision' => - { data_type => 'DOUBLE', size => 64 }, + { data_type => 'DOUBLE', size => 64 }, 'decimal ' => { data_type => 'DECIMAL', size => 10 }, 'dec ' => { data_type => 'DECIMAL', size => 10 }, 'fixed ' => { data_type => 'DECIMAL', size => 10 },