Skip to content

Commit fc4dbd5

Browse files
r-barnesfacebook-github-bot
authored andcommitted
Remove extra semi colon from faiss/IndexIVFSpectralHash.cpp
Summary: `-Wextra-semi` or `-Wextra-semi-stmt` If the code compiles, this is safe to land. Reviewed By: algoriddle Differential Revision: D52968923 fbshipit-source-id: 5754c0b17b46bc90d0f05d66bbfacb24fee5caae
1 parent 6b2c79c commit fc4dbd5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

faiss/IndexIVFSpectralHash.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ void binarize_with_freq(
157157
}
158158
}
159159

160-
}; // namespace
160+
} // namespace
161161

162162
void IndexIVFSpectralHash::encode_vectors(
163163
idx_t n,

0 commit comments

Comments
 (0)