Skip to content

Commit 0f34fb9

Browse files
committed
Reformat webhook.go
1 parent 7166f69 commit 0f34fb9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

models/webhook.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -642,8 +642,8 @@ type HookTask struct {
642642
HookID int64
643643
UUID string
644644
Typ HookTaskType `xorm:"char(16) 'type'"`
645-
URL string `xorm:"TEXT"`
646-
Signature string `xorm:"TEXT"`
645+
URL string `xorm:"TEXT"`
646+
Signature string `xorm:"TEXT"`
647647
api.Payloader `xorm:"-"`
648648
PayloadContent string `xorm:"TEXT"`
649649
HTTPMethod string `xorm:"http_method"`

0 commit comments

Comments
 (0)