Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
AsterDY committed Jan 7, 2025
1 parent da08b03 commit fcf84c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion testdata/idl/example3.thrift
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ struct ExampleReq {
}

struct ExampleResp {
1: string Msg (api.body = "msg"),
1: string Msg (api.key = "msg"),
2: optional double Cookie (api.cookie = "cookie"),
3: required i32 Status (api.http_code = "status"),
4: optional bool Header (api.header = "heeader"),
Expand Down

0 comments on commit fcf84c7

Please sign in to comment.