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

Details: #2298
  • Loading branch information
deepsource-autofix[bot] committed Jan 22, 2024
1 parent d127dbc commit 0df5a99
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/e2e/crud/crud_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -827,7 +827,7 @@ func TestE2EIndexJobCorrection(t *testing.T) {

func TestE2EReadReplica(t *testing.T) {
t.Cleanup(teardown)

if kubeClient == nil {
var err error
kubeClient, err = client.New(kubeConfig)
Expand Down

0 comments on commit 0df5a99

Please sign in to comment.