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

Details: #2227
  • Loading branch information
deepsource-autofix[bot] authored Nov 6, 2023
1 parent 84ade79 commit e3c793d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pkg/index/job/save/service/indexer_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,6 @@ func Test_index_Start(t *testing.T) {
if err := checkFunc(test.want, err); err != nil {
tt.Errorf("error = %v", err)
}

})
}
}
Expand Down

0 comments on commit e3c793d

Please sign in to comment.