Skip to content

Commit

Permalink
fix check format
Browse files Browse the repository at this point in the history
Signed-off-by: shaoting-huang <[email protected]>
  • Loading branch information
shaoting-huang committed Oct 3, 2024
1 parent b595af2 commit b46bbc3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cpp/include/milvus-storage/filesystem/s3/s3_fs.h
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ namespace milvus_storage {

class S3FileSystemProducer : public FileSystemProducer {
public:
S3FileSystemProducer() {};
S3FileSystemProducer(){};

Result<std::shared_ptr<arrow::fs::FileSystem>> Make(const std::string& uri, std::string* out_path) override {
arrow::util::Uri uri_parser;
Expand Down Expand Up @@ -62,4 +62,4 @@ class S3FileSystemProducer : public FileSystemProducer {
}
};

} // namespace milvus_storage
} // namespace milvus_storage

0 comments on commit b46bbc3

Please sign in to comment.