From 9594a7964afd06d1cde4bff1e015293de90a7694 Mon Sep 17 00:00:00 2001
From: César Calvo <ccalvo@curisit.net>
Date: Tue, 14 Mar 2017 15:45:22 +0000
Subject: [PATCH] Merge branch 'angular2' of https://git.curisit.net/gitblit/git/common/securis into angular2

---
 securis/src/main/webapp/src/app/forms/pack.form.component.ts |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/securis/src/main/webapp/src/app/forms/pack.form.component.ts b/securis/src/main/webapp/src/app/forms/pack.form.component.ts
index 0f82e10..9c43e46 100644
--- a/securis/src/main/webapp/src/app/forms/pack.form.component.ts
+++ b/securis/src/main/webapp/src/app/forms/pack.form.component.ts
@@ -80,7 +80,7 @@
           }
         );
   }
-  
+
   changeLicType(event: any) {
     this.licenseTypes.get(this.data.license_type_id)
         .map(lt_data => lt_data.metadata)

--
Gitblit v1.3.2