From 39c70cf168414b7cdffe2cc5736c54c8974bb137 Mon Sep 17 00:00:00 2001 From: Alexey Khivin Date: Wed, 31 Aug 2016 13:34:32 +0300 Subject: [PATCH] [PuppetDemo] Lint error fixed New line at the end of file. Change-Id: I3af2009477bcbdf4dc1db7d981bfb03c098227f7 --- .../PuppetMaster/package/Classes/PuppetMasterApplication.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/murano-apps/PuppetMaster/package/Classes/PuppetMasterApplication.yaml b/murano-apps/PuppetMaster/package/Classes/PuppetMasterApplication.yaml index 2cfe7af..0f22ae6 100644 --- a/murano-apps/PuppetMaster/package/Classes/PuppetMasterApplication.yaml +++ b/murano-apps/PuppetMaster/package/Classes/PuppetMasterApplication.yaml @@ -128,4 +128,5 @@ Methods: - $this.clients.select($this._environment.reporter.report($this, '{0} can be accessed on {1}'.format( $.role, - $.instance.floatingIpAddress))) \ No newline at end of file + $.instance.floatingIpAddress))) +