Skip to content

Commit cb92b17

Browse files
committed
fix lint
1 parent a21f7c5 commit cb92b17

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

models/issue_comment.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -779,6 +779,7 @@ func CreateComment(opts *CreateCommentOptions) (comment *Comment, err error) {
779779
return comment, nil
780780
}
781781

782+
// CreateCommentWithNoAction creates comment of issue or commit with no action created
782783
func CreateCommentWithNoAction(opts *CreateCommentOptions) (comment *Comment, err error) {
783784
sess := x.NewSession()
784785
defer sess.Close()

0 commit comments

Comments
 (0)