Skip to content

Commit

Permalink
fix format error
Browse files Browse the repository at this point in the history
Signed-off-by: Xianhui.Lin <[email protected]>
  • Loading branch information
JsDove committed Nov 6, 2024
1 parent 6c04ecf commit 2fdec59
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion proto/milvus.proto
Original file line number Diff line number Diff line change
Expand Up @@ -282,7 +282,7 @@ message AlterCollectionRequest {
string collection_name = 3;
int64 collectionID = 4;
repeated common.KeyValuePair properties = 5;
repeater string delete_keys = 6;
repeated string delete_keys = 6;
}

message AlterCollectionFieldRequest {
Expand Down

0 comments on commit 2fdec59

Please sign in to comment.