Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
rok committed Sep 24, 2024
1 parent 1ba3ba7 commit 94006f9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion cpp/src/arrow/extension/json.h
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,8 @@ class ARROW_EXPORT JsonExtensionType : public ExtensionType {

std::shared_ptr<Array> MakeArray(std::shared_ptr<ArrayData> data) const override;

static Result<std::shared_ptr<DataType>> Make(const std::shared_ptr<DataType>& storage_type);
static Result<std::shared_ptr<DataType>> Make(
const std::shared_ptr<DataType>& storage_type);

private:
std::shared_ptr<DataType> storage_type_;
Expand Down

0 comments on commit 94006f9

Please sign in to comment.