mirror of
				https://github.com/moby/moby.git
				synced 2022-11-09 12:21:53 -05:00 
			
		
		
		
	Format lxc_template.go with gofmt
This commit is contained in:
		
							parent
							
								
									f16c45f8b0
								
							
						
					
					
						commit
						b702edadb7
					
				
					 1 changed files with 3 additions and 3 deletions
				
			
		| 
						 | 
				
			
			@ -171,9 +171,9 @@ func getCapabilities(container *Container) *Capabilities {
 | 
			
		|||
func init() {
 | 
			
		||||
	var err error
 | 
			
		||||
	funcMap := template.FuncMap{
 | 
			
		||||
		"getMemorySwap":   getMemorySwap,
 | 
			
		||||
		"getHostConfig":   getHostConfig,
 | 
			
		||||
		"getCapabilities": getCapabilities,
 | 
			
		||||
		"getMemorySwap":     getMemorySwap,
 | 
			
		||||
		"getHostConfig":     getHostConfig,
 | 
			
		||||
		"getCapabilities":   getCapabilities,
 | 
			
		||||
		"escapeFstabSpaces": escapeFstabSpaces,
 | 
			
		||||
	}
 | 
			
		||||
	LxcTemplateCompiled, err = template.New("lxc").Funcs(funcMap).Parse(LxcTemplate)
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue