Skip to content

Commit

Permalink
Remove extra semi colon from faiss/IndexIVFSpectralHash.cpp
Browse files Browse the repository at this point in the history
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
  • Loading branch information
r-barnes authored and facebook-github-bot committed Jan 24, 2024
1 parent 6b2c79c commit fc4dbd5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion faiss/IndexIVFSpectralHash.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ void binarize_with_freq(
}
}

}; // namespace
} // namespace

void IndexIVFSpectralHash::encode_vectors(
idx_t n,
Expand Down

0 comments on commit fc4dbd5

Please sign in to comment.