From: Justin Hunter Date: Wed, 10 Feb 2010 17:51:30 +0000 (-0800) Subject: minor whitespace cleanup X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=703171c1ddcc709d273395d6796f9fcb40671a02;p=dbsrgits%2FSQL-Translator-2.0-ish.git minor whitespace cleanup --- diff --git a/t/60roundtrip.t b/t/60roundtrip.t index 0d72805..e8182d5 100644 --- a/t/60roundtrip.t +++ b/t/60roundtrip.t @@ -85,7 +85,7 @@ my $base_file = "$Bin/data/roundtrip_autogen.yaml"; open (my $base_fh, '<', $base_file) or die "$base_file: $!"; my $base_t = SQL::Translator->new; -$base_t->$_ (1) for qw/add_drop_table no_comments/; +$base_t->$_(1) for qw/add_drop_table no_comments/; my $base_schema = $base_t->translate( parser => 'YAML', @@ -183,7 +183,7 @@ sub check_roundtrip { # producer_args => $args->{producer_args}, # ); - my $rt_out = $parser_t->translate ( + my $rt_out = $parser_t->translate( data => $mid_schema, producer => $args->{engine}, producer_args => $args->{producer_args} || {},