Skip to content

Commit

Permalink
Fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
doriable committed Jun 7, 2024
1 parent 6583522 commit 2cc0d1f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion buf/registry/module/v1/module_service.proto
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ message CreateModulesRequest {
// The module's visibility.
ModuleVisibility visibility = 3 [
(buf.validate.field).required = true,
(buf.validate.field).enum.defined_only = true,
(buf.validate.field).enum.defined_only = true
];
// The configurable description of the Module.
string description = 4 [(buf.validate.field).string.max_len = 350];
Expand Down
2 changes: 1 addition & 1 deletion buf/registry/module/v1beta1/module_service.proto
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ message CreateModulesRequest {
// The module's visibility.
ModuleVisibility visibility = 3 [
(buf.validate.field).required = true,
(buf.validate.field).enum.defined_only = true,
(buf.validate.field).enum.defined_only = true
];
// The configurable description of the Module.
string description = 4 [(buf.validate.field).string.max_len = 350];
Expand Down

0 comments on commit 2cc0d1f

Please sign in to comment.