Add a leading space after the comment sign

Fix coding standards

Signed-off-by: Tony Fang <nhfang@amazon.com>
This commit is contained in:
Tony Fang
2023-02-26 01:41:47 +00:00
parent f53417921d
commit 8a47c6910f
5 changed files with 20 additions and 20 deletions

View File

@@ -39,9 +39,9 @@ type localTransferService struct {
leases leases.Manager
content content.Store
images images.Store
//limiter for upload
// limiter for upload
limiterU *semaphore.Weighted
//limiter for download operation
// limiter for download operation
limiterD *semaphore.Weighted
config TransferConfig
}
@@ -168,7 +168,7 @@ type TransferConfig struct {
// handlers.
BaseHandlers []images.Handler
//UnpackPlatforms are used to specify supported combination of platforms and snapshotters
// UnpackPlatforms are used to specify supported combination of platforms and snapshotters
UnpackPlatforms []unpack.Platform `toml:"unpack_platforms"`
// RegistryConfigPath is a path to the root directory containing registry-specific configurations