Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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
deepsource-autofix[bot] authored and hlts2 committed Nov 6, 2023
1 parent 2941a69 commit 2bef06d
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
@@ -204,7 +204,6 @@ func Test_index_Start(t *testing.T) {
if err := checkFunc(test.want, err); err != nil {
tt.Errorf("error = %v", err)
}

})
}
}

0 comments on commit 2bef06d

Please sign in to comment.