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 938cc12 according to the output
from Gofumpt and Prettier.

Details: #2608
  • Loading branch information
deepsource-autofix[bot] authored Sep 12, 2024
1 parent 938cc12 commit b3ca54f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hack/actions/gen/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -647,7 +647,7 @@ func main() {
append(ngtBuildDeps,
append(faissBuildDeps,
devContainerDeps...)...)...)...),
Preprocess: append(ciContainerPreprocess, ngtPreprocess, faissPreprocess,),
Preprocess: append(ciContainerPreprocess, ngtPreprocess, faissPreprocess),
Entrypoints: []string{"/bin/bash"},
},
"vald-dev-container": {
Expand Down

0 comments on commit b3ca54f

Please sign in to comment.