Skip to content

Commit a75b720

Browse files
committed
update indetation
1 parent acde0ba commit a75b720

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

main.go

+8-8
Original file line numberDiff line numberDiff line change
@@ -13,14 +13,14 @@ import (
1313
)
1414

1515
type config struct {
16-
Bucket string `env:"BUCKET"`
17-
Prefix string `env:"PATH_PREFIX"`
18-
Timezone string `env:"TIMEZONE"`
19-
OlderThanMinutes int `env:"OLDER_THAN_MINUTES"`
20-
SmallerThanMegabytes int64 `env:"SMALLER_THAN_MEGABYTES"`
21-
AwsAccessKeyID string `env:"AWS_ACCESS_KEY_ID"`
22-
AwsSecretAccessKey string `env:"AWS_SECRET_ACCESS_KEY"`
23-
AwsRegion string `env:"AWS_REGION"`
16+
Bucket string `env:"BUCKET"`
17+
Prefix string `env:"PATH_PREFIX"`
18+
Timezone string `env:"TIMEZONE"`
19+
OlderThanMinutes int `env:"OLDER_THAN_MINUTES"`
20+
SmallerThanMegabytes int64 `env:"SMALLER_THAN_MEGABYTES"`
21+
AwsAccessKeyID string `env:"AWS_ACCESS_KEY_ID"`
22+
AwsSecretAccessKey string `env:"AWS_SECRET_ACCESS_KEY"`
23+
AwsRegion string `env:"AWS_REGION"`
2424
}
2525

2626
func main() {

0 commit comments

Comments
 (0)