Skip to content

Commit

Permalink
Fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
sgilmore10 committed Jul 12, 2023
1 parent a993d72 commit 35c740f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions matlab/src/cpp/arrow/matlab/buffer/matlab_buffer.h
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ namespace arrow::matlab::buffer {
capacity_ = size_;
is_mutable_ = false;
}
private:
const mda::Array array;
private:
const mda::Array array;
};
}

0 comments on commit 35c740f

Please sign in to comment.