Skip to content

Commit ea14147

Browse files
authored
Update DeleteMany.java
If a line is close to 80 characters, don't wrap it.
1 parent 66ff410 commit ea14147

File tree

1 file changed

+1
-2
lines changed
  • astra-db-client/src/test/java/com/dtsx/astra/sdk/documentation

1 file changed

+1
-2
lines changed

astra-db-client/src/test/java/com/dtsx/astra/sdk/documentation/DeleteMany.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,7 @@
88
public class DeleteMany {
99
public static void main(String[] args) {
1010
AstraDB db = new AstraDB("<token>", "<api_endpoint>");
11-
AstraDBCollection collection = db
12-
.createCollection("collection_vector1", 14);
11+
AstraDBCollection collection = db.createCollection("collection_vector1", 14);
1312

1413
// Delete items from an existing collection with a query
1514
int deletedCount = collection

0 commit comments

Comments
 (0)