Skip to content

Commit

Permalink
Fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
mthrok committed Jun 25, 2020
1 parent df3d8cc commit 4d0f7c0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions torchaudio/csrc/sox_utils.h
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ struct SoxFormat {
~SoxFormat();
sox_format_t* operator->() const noexcept;
sox_format_t* get() const noexcept;

private:
sox_format_t* fd_;
};
Expand Down

0 comments on commit 4d0f7c0

Please sign in to comment.