Skip to content

Commit 1b5e022

Browse files
committed
fix fmt
1 parent 38f9def commit 1b5e022

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

routers/repo/pull_review.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ import (
1212
"code.gitea.io/gitea/modules/context"
1313
"code.gitea.io/gitea/modules/log"
1414
"code.gitea.io/gitea/modules/notification"
15-
pull_service "code.gitea.io/gitea/services/pull"
1615
comment_service "code.gitea.io/gitea/services/comments"
16+
pull_service "code.gitea.io/gitea/services/pull"
1717
)
1818

1919
// CreateCodeComment will create a code comment including an pending review if required

0 commit comments

Comments
 (0)