You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@brooklyn.apache.org by he...@apache.org on 2018/11/13 09:38:30 UTC

[4/4] brooklyn-ui git commit: remove blank line added in #107

remove blank line added in #107


Project: http://git-wip-us.apache.org/repos/asf/brooklyn-ui/repo
Commit: http://git-wip-us.apache.org/repos/asf/brooklyn-ui/commit/ce124037
Tree: http://git-wip-us.apache.org/repos/asf/brooklyn-ui/tree/ce124037
Diff: http://git-wip-us.apache.org/repos/asf/brooklyn-ui/diff/ce124037

Branch: refs/heads/master
Commit: ce124037984d7349fa6b418e38aee61e2913ecc4
Parents: 78f1bb7
Author: Alex Heneveld <al...@cloudsoftcorp.com>
Authored: Tue Nov 13 09:32:27 2018 +0000
Committer: Alex Heneveld <al...@cloudsoftcorp.com>
Committed: Tue Nov 13 09:32:27 2018 +0000

----------------------------------------------------------------------
 .../app/components/catalog-saver/catalog-saver.directive.js         | 1 -
 1 file changed, 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/brooklyn-ui/blob/ce124037/ui-modules/blueprint-composer/app/components/catalog-saver/catalog-saver.directive.js
----------------------------------------------------------------------
diff --git a/ui-modules/blueprint-composer/app/components/catalog-saver/catalog-saver.directive.js b/ui-modules/blueprint-composer/app/components/catalog-saver/catalog-saver.directive.js
index be846ac..be05fff 100644
--- a/ui-modules/blueprint-composer/app/components/catalog-saver/catalog-saver.directive.js
+++ b/ui-modules/blueprint-composer/app/components/catalog-saver/catalog-saver.directive.js
@@ -165,7 +165,6 @@ export function CatalogItemModalController($scope, blueprintService, paletteApi,
             itemType: $scope.config.itemType,
             item: blueprint
         };
-
         if (brUtilsGeneral.isNonEmpty($scope.config.name)) {
             bomItem.name = $scope.config.name;
         }