mirror of
				https://github.com/kata-containers/kata-containers.git
				synced 2025-10-31 09:26:52 +00:00 
			
		
		
		
	asset: Formatting, grammar and whitespace
Improve formatting, grammar and whitespace. Signed-off-by: James O. D. Hunt <james.o.hunt@intel.com>
This commit is contained in:
		| @@ -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. | ||||
|   | ||||
		Reference in New Issue
	
	Block a user