Просмотр исходного кода

fix: gofmt s3storage_test.go

Remove trailing blank line from core/pkg/storage/s3storage_test.go so
that 'gofmt -l' (and 'just fmt-check') produces no diff.

This unblocks the 'format-check' CI job for PR #3706.

Signed-off-by: Cursor Agent <cursor@opencost.io>

Co-authored-by: Alex Meijer <ameijer@users.noreply.github.com>
Cursor Agent 3 недель назад
Родитель
Сommit
cb82d9fb97
1 измененных файлов с 0 добавлено и 1 удалено
  1. 0 1
      core/pkg/storage/s3storage_test.go

+ 0 - 1
core/pkg/storage/s3storage_test.go

@@ -96,4 +96,3 @@ func TestSetGetObjectRange(t *testing.T) {
 		})
 	}
 }
-