set indent for vim
[dbsrgits/DBIx-Class-DeploymentHandler.git] / lib / DBIx / Class / DeploymentHandler / SqltDeployMethod.pm
index 2ad946d..2f5ddab 100644 (file)
@@ -380,4 +380,9 @@ method apply_statement($statement) {
 method backup { $self->storage->backup($self->backup_directory) }
 
 __PACKAGE__->meta->make_immutable;
+
 1;
+
+__END__
+
+vim: ts=2,sw=2,expandtab