AppManager: Format cue files

Change-Id: Ia37908797b0227ab3b66e0faab08dcc2379e5282
diff --git a/core/installer/values-tmpl/dodo-app-instance-status.cue b/core/installer/values-tmpl/dodo-app-instance-status.cue
index b72a272..f8d6d75 100644
--- a/core/installer/values-tmpl/dodo-app-instance-status.cue
+++ b/core/installer/values-tmpl/dodo-app-instance-status.cue
@@ -1,6 +1,6 @@
 input: {
-	appName: string
-	network: #Network
+	appName:      string
+	network:      #Network
 	appSubdomain: string
 }
 
@@ -12,9 +12,9 @@
 	ingress: {
 		"status-\(input.appName)": {
 			auth: enabled: false
-			network: input.network
+			network:   input.network
 			subdomain: _subdomain
-			appRoot: "/\(input.appName)"
+			appRoot:   "/\(input.appName)"
 			service: {
 				name: "web"
 				port: name: "http"