Skip to content

Commit

Permalink
Whitespace.
Browse files Browse the repository at this point in the history
  • Loading branch information
aliddell committed Dec 8, 2023
1 parent 392475a commit d1ebfc5
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions src/writers/zarrv2.writer.hh
Original file line number Diff line number Diff line change
Expand Up @@ -25,18 +25,18 @@ struct ZarrV2Writer final : public Writer
public:
ZarrV2Writer() = delete;
ZarrV2Writer(const ImageDims& frame_dims,
const ImageDims& tile_dims,
uint32_t frames_per_chunk,
const std::string& data_root,
std::shared_ptr<common::ThreadPool> thread_pool);
const ImageDims& tile_dims,
uint32_t frames_per_chunk,
const std::string& data_root,
std::shared_ptr<common::ThreadPool> thread_pool);

/// Constructor with Blosc compression params
ZarrV2Writer(const ImageDims& frame_dims,
const ImageDims& tile_dims,
uint32_t frames_per_chunk,
const std::string& data_root,
std::shared_ptr<common::ThreadPool> thread_pool,
const BloscCompressionParams& compression_params);
const ImageDims& tile_dims,
uint32_t frames_per_chunk,
const std::string& data_root,
std::shared_ptr<common::ThreadPool> thread_pool,
const BloscCompressionParams& compression_params);
~ZarrV2Writer() override = default;

private:
Expand Down

0 comments on commit d1ebfc5

Please sign in to comment.