Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
arkadiyt committed Sep 16, 2024
1 parent c27aa5e commit 5013c3a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/protodump/fixtures/test.proto2
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ message SearchRequest {
optional .hello.world.Corpus corpus = 4 [default = CORPUS_UNIVERSAL];
optional bool field = 5 [default = true];
oneof _required_version {
optional string required_version = 3;
string required_version = 3;
}
}

Expand Down

0 comments on commit 5013c3a

Please sign in to comment.