Skip to content

Commit 9ae5093

Browse files
committed
lint
1 parent bc71cc4 commit 9ae5093

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

routers/web/repo/setting/actions.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ func ActionsGeneralSettings(ctx *context.Context) {
1919
ctx.Data["PageType"] = "general"
2020
ctx.Data["PageIsActionsSettingsGeneral"] = true
2121

22-
accessbleFromOtherRepos := false
22+
var accessbleFromOtherRepos bool
2323
if !ctx.Repo.Repository.IsPrivate {
2424
accessbleFromOtherRepos = true
2525
} else {

0 commit comments

Comments
 (0)