Skip to content

Commit

Permalink
Removing semi-colon
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathan-buttner committed Feb 8, 2024
1 parent df7090e commit b2af7df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion specification/inference/_types/Results.ts
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ export class SparseEmbeddingResult {
* Text Embedding results containing bytes are represented as Dense
* Vectors of bytes.
*/
export type DenseByteVector = Array<byte>;
export type DenseByteVector = Array<byte>

/**
* The text embedding result object for byte representation
Expand Down

0 comments on commit b2af7df

Please sign in to comment.