From: Justin Hunter Date: Wed, 10 Feb 2010 23:31:22 +0000 (-0800) Subject: spacing change X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=dbsrgits%2FSQL-Translator-2.0-ish.git;a=commitdiff_plain;h=6073bccdfb39fceb975807d2f65fd16e536137bd spacing change --- diff --git a/lib/SQL/Translator/Producer/SQL/SQLite.pm b/lib/SQL/Translator/Producer/SQL/SQLite.pm index a6bc70a..dc59a51 100644 --- a/lib/SQL/Translator/Producer/SQL/SQLite.pm +++ b/lib/SQL/Translator/Producer/SQL/SQLite.pm @@ -50,7 +50,7 @@ method produce { for my $table ( $schema->get_tables ) { push @create, $self->create_table($table, { no_comments => $no_comments, - sqlite_version => $sqlite_version, + sqlite_version => $sqlite_version, add_drop_table => $add_drop_table,}); }