Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewcunnin committed Apr 13, 2023
1 parent 49ca63f commit a69132d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/ThriftTest.thrift
Expand Up @@ -112,7 +112,7 @@ struct CrazyNesting {
// Do not insert line break as test/go/Makefile.am is removing this line with pattern match
3: required list<map<set<i32> (python.immutable = ""), map<i32,set<list<map<Insanity,string>(python.immutable = "")> (python.immutable = "")>>>> list_field,
4: binary binary_field
// 5: uuid uuid_field
5: uuid uuid_field
}

union SomeUnion {
Expand Down Expand Up @@ -201,7 +201,7 @@ service ThriftTest
* @param uuid thing - the uuid to print
* @return uuid - returns the uuid 'thing'
*/
//uuid testUuid(1: uuid thing),
uuid testUuid(1: uuid thing),

/**
* Prints 'testStruct("{%s}")' where thing has been formatted into a string of comma separated values
Expand Down

0 comments on commit a69132d

Please sign in to comment.