mirror of
				https://github.com/kata-containers/kata-containers.git
				synced 2025-11-04 03:29:55 +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 is an image asset.
 | 
				
			||||||
	ImageAsset AssetType = "image"
 | 
						ImageAsset AssetType = "image"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
	// InitrdAsset is an intird asset.
 | 
						// InitrdAsset is an initrd asset.
 | 
				
			||||||
	InitrdAsset AssetType = "initrd"
 | 
						InitrdAsset AssetType = "initrd"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
	// HypervisorAsset is an hypervisor asset.
 | 
						// HypervisorAsset is an hypervisor asset.
 | 
				
			||||||
	HypervisorAsset AssetType = "hypervisor"
 | 
						HypervisorAsset AssetType = "hypervisor"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
	// HypervisorCtlAsset is an hypervisor control asset.
 | 
						// HypervisorCtlAsset is a hypervisor control asset.
 | 
				
			||||||
	HypervisorCtlAsset AssetType = "hypervisorctl"
 | 
						HypervisorCtlAsset AssetType = "hypervisorctl"
 | 
				
			||||||
	// JailerAsset is an jailer asset.
 | 
					
 | 
				
			||||||
 | 
						// JailerAsset is a jailer asset.
 | 
				
			||||||
	JailerAsset AssetType = "jailer"
 | 
						JailerAsset AssetType = "jailer"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
	// FirmwareAsset is a firmware asset.
 | 
						// FirmwareAsset is a firmware asset.
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user