Skip to content

Commit

Permalink
newline fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
vincent-4 committed Jan 17, 2025
1 parent 604ccf3 commit 405d1a5
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,7 @@ public FileSegment<JsonDenseVectorCollection.Document> createFileSegment(Path p)
}

@Override
public FileSegment<JsonDenseVectorCollection.Document> createFileSegment(BufferedReader bufferedReader)
throws IOException {
public FileSegment<JsonDenseVectorCollection.Document> createFileSegment(BufferedReader bufferedReader) throws IOException {
return new JsonDenseVectorCollection.Segment<>(bufferedReader);
}

Expand Down

0 comments on commit 405d1a5

Please sign in to comment.