Skip to content

Commit 9100a0b

Browse files
authored
fix: ci lint (#1762)
1 parent 0ede0cd commit 9100a0b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

rollup/internal/controller/blob_uploader/blob_uploader.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -242,8 +242,8 @@ func (b *BlobUploader) GetFirstUnuploadedBatchByPlatform(ctx context.Context, st
242242
break
243243
}
244244

245-
// disable this check to upload blobs before it's committed. This is to
246-
// alleviate the case nodes try to fetch the blob from s3 before its uploaded.
245+
// disable this check to upload blobs before it's committed. This is to
246+
// alleviate the case nodes try to fetch the blob from s3 before its uploaded.
247247
// if len(batch.CommitTxHash) == 0 {
248248
// log.Debug("got batch not committed for blob uploading", "batch_index", batchIndex, "platform", platform.String())
249249
// return nil, nil

0 commit comments

Comments
 (0)