Skip to content

Commit 839ada9

Browse files
committed
ci: lint
1 parent 0ede0cd commit 839ada9

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

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)