Skip to content

Commit

Permalink
style: format code with Gofumpt and Prettier
Browse files Browse the repository at this point in the history
This commit fixes the style issues introduced in 33e6d6f according to the output
from Gofumpt and Prettier.

Details: #2579
  • Loading branch information
deepsource-autofix[bot] authored Aug 18, 2024
1 parent 33e6d6f commit 99a7f82
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hack/cspell/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ import (
)

type CSpellConfig struct {
Version string `json:"version"`
Version string `json:"version"`
Language string `json:"language"`
Import []string `json:"import"`
IgnorePaths []string `json:"ignorePaths"`
Expand Down

0 comments on commit 99a7f82

Please sign in to comment.