Skip to content

Commit

Permalink
style: gofmt
Browse files Browse the repository at this point in the history
  • Loading branch information
handlename committed May 17, 2024
1 parent 189c119 commit 81184fd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions router.go
Original file line number Diff line number Diff line change
Expand Up @@ -44,11 +44,11 @@ type Router struct {
awsConf aws.Config

// s3 clients for each region
s3 map[string]*s3.Client
s3 map[string]*s3.Client
s3Lock sync.Mutex

// s3 bucket region cache
s3bucketRegion map[string]string
s3bucketRegion map[string]string
s3bucketRegionLock sync.Mutex

option *Option
Expand Down

0 comments on commit 81184fd

Please sign in to comment.