Skip to content

Commit

Permalink
chore: lint
Browse files Browse the repository at this point in the history
  • Loading branch information
porisius committed Jun 8, 2024
1 parent ebf7325 commit cd782f0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions validation/validation.go
Original file line number Diff line number Diff line change
Expand Up @@ -326,8 +326,8 @@ type UPlugin struct {
}

type Plugin struct {
BasePlugin *bool `json:"BasePlugin"`
Optional *bool `json:"Optional"`
BasePlugin *bool `json:"BasePlugin"`

Check failure on line 329 in validation/validation.go

View workflow job for this annotation

GitHub Actions / Lint

File is not `gofumpt`-ed (gofumpt)
Optional *bool `json:"Optional"`
Name string `json:"Name"`
SemVersion string `json:"SemVersion"`
}
Expand Down

0 comments on commit cd782f0

Please sign in to comment.