Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit37d3747

Browse files
committed
lint
1 parent901a258 commit37d3747

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎agent/agentcontainers/api.go‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -234,14 +234,14 @@ func (api *API) Routes() http.Handler {
234234
returnr
235235
}
236236

237-
func (api*API)handleDisabled(w http.ResponseWriter,r*http.Request) {
237+
func (*API)handleDisabled(w http.ResponseWriter,r*http.Request) {
238238
httpapi.Write(r.Context(),w,http.StatusNotImplemented, codersdk.Response{
239239
Message:"Devcontainers are not enabled in this agent.",
240240
Detail:"Devcontainers are not enabled in this agent.",
241241
})
242242
}
243243

244-
func (api*API)handleDisabledEmptyList(w http.ResponseWriter,r*http.Request) {
244+
func (*API)handleDisabledEmptyList(w http.ResponseWriter,r*http.Request) {
245245
httpapi.Write(r.Context(),w,http.StatusOK, codersdk.WorkspaceAgentListContainersResponse{
246246
Containers: []codersdk.WorkspaceAgentContainer{},
247247
})

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp