Skip to content

Commit 02010cc

Browse files
committed
fix: gofmt
1 parent 32e9940 commit 02010cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -261,7 +261,7 @@ type SelectMenu struct {
261261

262262
Options []SelectMenuOption `json:"options,omitempty"`
263263
Disabled bool `json:"disabled"`
264-
Required *bool `json:"required,omitempty"`
264+
Required *bool `json:"required,omitempty"`
265265

266266
// NOTE: Can only be used in SelectMenu with Channel menu type.
267267
ChannelTypes []ChannelType `json:"channel_types,omitempty"`

0 commit comments

Comments
 (0)