From 3b516ea7c7b946c64a38ae97f63f21fc83788a93 Mon Sep 17 00:00:00 2001 From: coderaiser Date: Fri, 27 Feb 2015 09:25:00 -0500 Subject: [PATCH] chore(manifest) rm trailing spaces --- manifest.yml | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/manifest.yml b/manifest.yml index 5353529e82..97b2810f48 100644 --- a/manifest.yml +++ b/manifest.yml @@ -1,13 +1,13 @@ ---- -applications: - .: - name: cloudcmd - framework: - name: node - info: - mem: 512M - description: Node.js Application - exec: - url: ${name}.${target-base} - mem: 128M - instances: 2 +--- +applications: + .: + name: cloudcmd + framework: + name: node + info: + mem: 512M + description: Node.js Application + exec: + url: ${name}.${target-base} + mem: 128M + instances: 2