Skip to content

Commit

Permalink
gofumpt
Browse files Browse the repository at this point in the history
  • Loading branch information
chrismarget-j committed Oct 22, 2024
1 parent 2ee03a7 commit af63c75
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions apstra/enum/generator/generator.go
Original file line number Diff line number Diff line change
Expand Up @@ -57,9 +57,7 @@ var ({{ range $key, $value := .TypeToVals }}
`
)

var (
TypeToVals map[string][]string
)
var TypeToVals map[string][]string

func main() {
TypeToVals = make(map[string][]string)
Expand Down

0 comments on commit af63c75

Please sign in to comment.