Skip to content

Commit

Permalink
formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
jbellis committed Jan 7, 2025
1 parent 8e98e50 commit 0a3584a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

package io.github.jbellis.jvector.quantization;

public interface MutableCompressedVectors<T> extends CompressedVectors {
public interface MutableCompressedVectors<T> extends CompressedVectors {
/**
* Encode the given vector and set it at the given ordinal. Done without unnecessary copying.
*
Expand Down

0 comments on commit 0a3584a

Please sign in to comment.