Skip to content

Commit 5f25bb4

Browse files
committed
fix: linting
1 parent b67f394 commit 5f25bb4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llm/binding_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ func TestExplainWithOptions(t *testing.T) {
2929
d, mockHTTPClient := getHTTPMockedBinding(t)
3030

3131
explainResponseJSON := explainResponse{
32-
Status: completeStatus,
32+
Status: completeStatus,
3333
Explanation: map[string]string{
3434
"explanation1": "This is the first explanation",
3535
"explanation2": "this is the second explanation",

0 commit comments

Comments
 (0)