Skip to content

Commit b55dfd0

Browse files
committed
Fixed linter finding
1 parent 8349408 commit b55dfd0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

routers/api/v1/admin/hooks.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ func ListHooks(ctx *context.APIContext) {
4848
// "200":
4949
// "$ref": "#/responses/HookList"
5050

51-
//for compatibility the default value is true
51+
// for compatibility the default value is true
5252
isSystemWebhook := optional.Some(true)
5353
typeValue := ctx.FormString("type")
5454
if typeValue == "default" {

0 commit comments

Comments
 (0)