File: ustored_file_level_comment_with_gitdiff.out.diff

package info (click to toggle)
golang-gitea-noerw-unidiff-comments 0.0~git20220822.50f4daa%2Bds1-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 336 kB
  • sloc: makefile: 4
file content (17 lines) | stat: -rw-r--r-- 387 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# ---
#
# This is a file comment
#
# ---
diff --git a/cmd/comment.go b/cmd/comment.go
index 0ac7b55..27f51f5 100644
--- a/cmd/comment.go
+++ b/cmd/comment.go
@@ -13,6 +13,7 @@ import (
 	"code.gitea.io/sdk/gitea"
 	"code.gitea.io/tea/cmd/flags"
 	"code.gitea.io/tea/modules/context"
+	"code.gitea.io/tea/modules/print"
 	"code.gitea.io/tea/modules/utils"
 	"github.com/urfave/cli/v2"
 )