Skip to content

Commit 1f5c6e5

Browse files
committed
lint
1 parent fa9e85f commit 1f5c6e5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/torchcodec/_core/Encoder.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ AudioEncoder::~AudioEncoder() {}
4040
AudioEncoder::AudioEncoder(
4141
const torch::Tensor wf,
4242
int sampleRate,
43-
std::string_view fileName,
43+
std::string_view fileName)
4444
: wf_(wf) {
4545
TORCH_CHECK(
4646
wf_.dtype() == torch::kFloat32,

0 commit comments

Comments
 (0)