more whitespace
git-svn-id: http://google-refine.googlecode.com/svn/trunk@1242 7d457c2a-affb-35e4-300a-418c747d4874
This commit is contained in:
parent
900b173d99
commit
7df259008b
@ -42,7 +42,7 @@ public class ExportRowsCommand extends Command {
|
|||||||
Properties options = getRequestParameters(request);
|
Properties options = getRequestParameters(request);
|
||||||
|
|
||||||
Exporter exporter = ExporterRegistry.getExporter(format);
|
Exporter exporter = ExporterRegistry.getExporter(format);
|
||||||
if (exporter == null){
|
if (exporter == null) {
|
||||||
exporter = new CsvExporter('\t');
|
exporter = new CsvExporter('\t');
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user