Skip to content

Commit c638e24

Browse files
committed
commands: address comment formatting review comment
https://github.com/git-lfs/git-lfs/pull/2809/files#r160014910
1 parent e62384c commit c638e24

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

commands/uploader.go

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,8 @@ func uploadForRefUpdates(ctx *uploadContext, updates []*git.RefUpdate, pushAll b
3232

3333
verifyLocksForUpdates(ctx.lockVerifier, updates)
3434
for _, update := range updates {
35-
q := ctx.NewQueue( // initialized here to prevent looped defer
35+
// initialized here to prevent looped defer
36+
q := ctx.NewQueue(
3637
tq.RemoteRef(update.Right()),
3738
)
3839
err := uploadLeftOrAll(gitscanner, ctx, q, update, pushAll)

0 commit comments

Comments
 (0)