Skip to content

Commit f8ce2f6

Browse files
committed
fmt
1 parent a18c8dd commit f8ce2f6

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

routers/api/v1/repo/action.go

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
package repo
55

66
import (
7+
go_context "context"
78
"crypto/hmac"
89
"crypto/sha256"
910
"encoding/base64"
@@ -14,8 +15,6 @@ import (
1415
"strings"
1516
"time"
1617

17-
go_context "context"
18-
1918
actions_model "code.gitea.io/gitea/models/actions"
2019
"code.gitea.io/gitea/models/db"
2120
secret_model "code.gitea.io/gitea/models/secret"

0 commit comments

Comments
 (0)