Skip to content

Commit

Permalink
Rebase error.
Browse files Browse the repository at this point in the history
  • Loading branch information
trivialfis committed Jun 29, 2020
1 parent 70f2d32 commit 32d8341
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/data/array_interface.h
Original file line number Diff line number Diff line change
Expand Up @@ -230,8 +230,7 @@ class ArrayInterfaceHandler {

// A view over __array_interface__
class ArrayInterface {
public:
ArrayInterface() = default;
private:
void Initialize(std::map<std::string, Json> const &column,
bool allow_mask = true) {
ArrayInterfaceHandler::Validate(column);
Expand Down

0 comments on commit 32d8341

Please sign in to comment.