File tree 4 files changed +3
-3
lines changed
4 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -118,7 +118,7 @@ public string URL
118
118
if ( ! string . IsNullOrEmpty ( value ) )
119
119
{
120
120
m_URL = value . TrimEnd ( Dataconstant . ForwardSlash ) ;
121
- }
121
+ }
122
122
}
123
123
}
124
124
public string ProjectName
Original file line number Diff line number Diff line change @@ -253,7 +253,6 @@ public static string AddSpecificValuesToBOMFormat(Bom listOfComponentsToBom)
253
253
254
254
return formattedString ;
255
255
}
256
-
257
256
public static string [ ] GetRepoList ( CommonAppSettings appSettings )
258
257
{
259
258
var projectTypeMappings = new Dictionary < string , Func < Artifactory > >
Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ public class TestParam
30
30
public string InternalDestinationRepoName { get ; set ; }
31
31
public string DevDestinationRepoName { get ; set ; }
32
32
public string FossologyTrigger { get ; set ; }
33
- public string TelemetryEnable { get ; set ; }
33
+ public string TelemetryEnable { get ; set ; }
34
34
35
35
public TestParam ( )
36
36
{
Original file line number Diff line number Diff line change @@ -25,6 +25,7 @@ public class TestParamAlpine
25
25
public string JfrogApi { get ; set ; }
26
26
public string FossologyTrigger { get ; set ; }
27
27
public string TelemetryEnable { get ; set ; }
28
+
28
29
public TestParamAlpine ( )
29
30
{
30
31
SW360AuthTokenType = s_Config [ "SW360AuthTokenType" ] ;
You can’t perform that action at this time.
0 commit comments