Skip to content

Commit 2cfcb04

Browse files
committed
fix fmt
1 parent 3fe8dd1 commit 2cfcb04

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

models/repo.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1418,7 +1418,7 @@ func CreateRepository(doer, u *User, opts CreateRepoOptions) (_ *Repository, err
14181418
IsPrivate: opts.IsPrivate,
14191419
IsFsckEnabled: !opts.IsMirror,
14201420
CloseIssuesViaCommitInAnyBranch: setting.Repository.DefaultCloseIssuesViaCommitsInAnyBranch,
1421-
Status: opts.Status,
1421+
Status: opts.Status,
14221422
}
14231423

14241424
sess := x.NewSession()

0 commit comments

Comments
 (0)