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

Commit40bef92

Browse files
committed
Fix linting
1 parent02968cb commit40bef92

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎coderd/users.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -309,7 +309,7 @@ func (api *api) putUserStatus(status database.UserStatus) func(rw http.ResponseW
309309
apiKey:=httpmw.APIKey(r)
310310
ifstatus==database.UserStatusSuspended&&user.ID==apiKey.UserID {
311311
httpapi.Write(rw,http.StatusBadRequest, httpapi.Response{
312-
Message:fmt.Sprintf("You cannot suspend yourself"),
312+
Message:"You cannot suspend yourself",
313313
})
314314
return
315315
}

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp