Skip to content

Commit 14dc5c5

Browse files
authored
Fix JSON formatting in README.md (#98)
1 parent 3cd7519 commit 14dc5c5

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

README.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -73,9 +73,7 @@ message Transaction {
7373
option (buf.validate.message).cel = {
7474
id: "transaction.delivery_date",
7575
message: "delivery date must be after purchase date",
76-
expression:
77-
78-
"this.delivery_date > this.purchase_date"
76+
expression: "this.delivery_date > this.purchase_date"
7977
};
8078
}
8179
```

0 commit comments

Comments
 (0)