Canvas: Prettier

Change-Id: I620dde109df0f29f0c85c6fe150e347d2c32a03e
diff --git a/apps/canvas/front/app.json b/apps/canvas/front/app.json
index 2cb66b1..dc0a23f 100644
--- a/apps/canvas/front/app.json
+++ b/apps/canvas/front/app.json
@@ -1,17 +1,17 @@
 {
-  "$schema": "https://d.p.v1.dodo.cloud/schemas/gio/app.schema.json",
-  "app": {
-    "type": "nodejs-23.1.0",
-	"dev": {
-	  "enabled": true,
-	  "username": "gio"
-	},
-    "ingress": {
-      "network": "Public",
-      "subdomain": "canvas",
-      "auth": {
-        "enabled": true
-      }
-    }
-  }
+	"$schema": "https://d.p.v1.dodo.cloud/schemas/gio/app.schema.json",
+	"app": {
+		"type": "nodejs-23.1.0",
+		"dev": {
+			"enabled": true,
+			"username": "gio"
+		},
+		"ingress": {
+			"network": "Public",
+			"subdomain": "canvas",
+			"auth": {
+				"enabled": true
+			}
+		}
+	}
 }