Переглянути джерело

Format lxc_template.go with gofmt

Tianon Gravi 11 роки тому
батько
коміт
b702edadb7
1 змінених файлів з 3 додано та 3 видалено
  1. 3 3
      lxc_template.go

+ 3 - 3
lxc_template.go

@@ -171,9 +171,9 @@ func getCapabilities(container *Container) *Capabilities {
 func init() {
 func init() {
 	var err error
 	var err error
 	funcMap := template.FuncMap{
 	funcMap := template.FuncMap{
-		"getMemorySwap":   getMemorySwap,
-		"getHostConfig":   getHostConfig,
-		"getCapabilities": getCapabilities,
+		"getMemorySwap":     getMemorySwap,
+		"getHostConfig":     getHostConfig,
+		"getCapabilities":   getCapabilities,
 		"escapeFstabSpaces": escapeFstabSpaces,
 		"escapeFstabSpaces": escapeFstabSpaces,
 	}
 	}
 	LxcTemplateCompiled, err = template.New("lxc").Funcs(funcMap).Parse(LxcTemplate)
 	LxcTemplateCompiled, err = template.New("lxc").Funcs(funcMap).Parse(LxcTemplate)