Skip to content

Commit 8d6ac55

Browse files
committed
Lint
1 parent 489aab7 commit 8d6ac55

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

src/Storages/ObjectStorage/StorageObjectStorageSource.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -954,7 +954,8 @@ StorageObjectStorageSource::ArchiveIterator::ArchiveIterator(
954954
ConfigurationPtr configuration_,
955955
std::unique_ptr<IObjectIterator> archives_iterator_,
956956
ContextPtr context_,
957-
ObjectInfos * read_keys_, bool ignore_archive_globs_)
957+
ObjectInfos * read_keys_,
958+
bool ignore_archive_globs_)
958959
: WithContext(context_)
959960
, object_storage(object_storage_)
960961
, is_path_in_archive_with_globs(configuration_->isPathInArchiveWithGlobs())

src/Storages/ObjectStorage/StorageObjectStorageSource.h

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -257,7 +257,8 @@ class StorageObjectStorageSource::ArchiveIterator : public IObjectIterator, priv
257257
ConfigurationPtr configuration_,
258258
std::unique_ptr<IObjectIterator> archives_iterator_,
259259
ContextPtr context_,
260-
ObjectInfos * read_keys_, bool ignore_archive_globs_ = false);
260+
ObjectInfos * read_keys_,
261+
bool ignore_archive_globs_ = false);
261262

262263
ObjectInfoPtr next(size_t processor) override;
263264

0 commit comments

Comments
 (0)