Skip to content

Commit 9142a38

Browse files
Remove unnecessary line in file.go
1 parent 45f6c20 commit 9142a38

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

routers/api/v1/repo/file.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -308,7 +308,6 @@ func archiveDownload(ctx *context.APIContext) {
308308
}
309309

310310
if setting.Repository.StreamArchives {
311-
312311
downloadName := ctx.Repo.Repository.Name + "-" + aReq.GetArchiveName()
313312

314313
// Add nix format link header so tarballs lock correctly:

0 commit comments

Comments
 (0)