Improved formatting (indentation).

This commit is contained in:
Robert Smallshire
2015-05-07 22:23:50 +02:00
parent d57dcef777
commit 9ebb5c7477
+5 -5
View File
@@ -119,11 +119,11 @@ class CatalogBuilder(object):
if (index_stride is not None) and (value_stride is not None):
assert value_stride != 0
return LinearRegularCatalog(index_min,
index_max,
index_stride,
value_start,
value_stop,
value_stride)
index_max,
index_stride,
value_start,
value_stop,
value_stride)
return DictionaryCatalog(self._catalog)