Skip to content

Commit 62cded0

Browse files
authored
Fix NewUploader document indentation (#1288)
1 parent 8cf692b commit 62cded0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

feature/s3/manager/upload.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,7 @@ type Uploader struct {
182182
// client := s3.NewFromConfig(cfg)
183183
//
184184
// // Create an uploader passing it the client
185-
// uploader := manager.NewUploader(client)
185+
// uploader := manager.NewUploader(client)
186186
//
187187
// // Create an uploader with the client and custom options
188188
// uploader := manager.NewUploader(client, func(u *manager.Uploader) {

0 commit comments

Comments
 (0)