Skip to content
This repository has been archived by the owner on May 12, 2021. It is now read-only.

Commit

Permalink
asset: Formatting, grammar and whitespace
Browse files Browse the repository at this point in the history
Improve formatting, grammar and whitespace.

Signed-off-by: James O. D. Hunt <james.o.hunt@intel.com>
(cherry picked from commit f53406f)
  • Loading branch information
jodh-intel authored and amshinde committed Nov 11, 2020
1 parent f779d5c commit 2dd0fe6
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions virtcontainers/types/asset.go
Original file line number Diff line number Diff line change
Expand Up @@ -45,15 +45,16 @@ const (
// ImageAsset is an image asset.
ImageAsset AssetType = "image"

// InitrdAsset is an intird asset.
// InitrdAsset is an initrd asset.
InitrdAsset AssetType = "initrd"

// HypervisorAsset is an hypervisor asset.
HypervisorAsset AssetType = "hypervisor"

// HypervisorCtlAsset is an hypervisor control asset.
// HypervisorCtlAsset is a hypervisor control asset.
HypervisorCtlAsset AssetType = "hypervisorctl"
// JailerAsset is an jailer asset.

// JailerAsset is a jailer asset.
JailerAsset AssetType = "jailer"

// FirmwareAsset is a firmware asset.
Expand Down

0 comments on commit 2dd0fe6

Please sign in to comment.