Skip to content

Commit 65dc59c

Browse files
author
Christian Weichel
committed
[integration test] Fix linter errors
1 parent 888fb5b commit 65dc59c

File tree

1 file changed

+1
-1
lines changed
  • test/tests/workspace/workspace_agent

1 file changed

+1
-1
lines changed

test/tests/workspace/workspace_agent/main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,6 @@ func (*WorkspaceAgent) WriteFile(req *api.WriteFileRequest, resp *api.WriteFileR
4040
return
4141
}
4242

43-
resp = &api.WriteFileResponse{}
43+
*resp = api.WriteFileResponse{}
4444
return
4545
}

0 commit comments

Comments
 (0)