This is an automated email from the ASF dual-hosted git repository.

heneveld pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/brooklyn-ui.git

commit 3d99eab2717c4a04647e9a50a2a8f2cdaa746e5b
Author: zan-mateusz <[email protected]>
AuthorDate: Fri Sep 17 17:21:07 2021 +0100

    accidental blank line
---
 ui-modules/home/app/views/main/deploy/deploy.controller.js | 1 -
 1 file changed, 1 deletion(-)

diff --git a/ui-modules/home/app/views/main/deploy/deploy.controller.js 
b/ui-modules/home/app/views/main/deploy/deploy.controller.js
index c036e80..dd29683 100644
--- a/ui-modules/home/app/views/main/deploy/deploy.controller.js
+++ b/ui-modules/home/app/views/main/deploy/deploy.controller.js
@@ -53,7 +53,6 @@ export function deployStateController($scope, $state, 
$stateParams, $uibModal, b
         windowClass: 'quick-launch-modal',
         resolve: {
             entitySpec: ['catalogApi', (catalogApi) => {
-
                 return 
catalogApi.getBundleType($stateParams.bundleSymbolicName, 
$stateParams.bundleVersion, $stateParams.typeSymbolicName, 
$stateParams.typeVersion);
             }],
             locations: ['locationApi', locationApi => 
locationApi.getLocations()],

Reply via email to