newline at end of sample run
[migration-tools.git] / extract_holdings
index 5efe9c6..117aef5 100755 (executable)
@@ -22,6 +22,7 @@ $| = 1;
 # run samples if we've been asked for them
 run_samples($c) if ($c->{sample} or $c->{samplemap} or $c->{samplestr});
 extract_holdings($c) if ($c->{map});
+print "\n";
 
 #--------------------------