mirror of
https://github.com/aptly-dev/aptly.git
synced 2026-06-04 05:10:40 +00:00
Style fix.
This commit is contained in:
@@ -24,6 +24,7 @@ type ConfigStructure struct {
|
||||
S3PublishRoots map[string]S3PublishRoot `json:"S3PublishRoots"`
|
||||
}
|
||||
|
||||
// S3PublishRoot describes single S3 publishing entry point
|
||||
type S3PublishRoot struct {
|
||||
Region string `json:"region"`
|
||||
Bucket string `json:"bucket"`
|
||||
|
||||
Reference in New Issue
Block a user