Skip to content

Commit 29f8dd3

Browse files
small corrections
1 parent 4b58579 commit 29f8dd3

File tree

4 files changed

+3
-3
lines changed

4 files changed

+3
-3
lines changed

src/LCT.Common/CommonAppSettings.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ public string URL
118118
if (!string.IsNullOrEmpty(value))
119119
{
120120
m_URL = value.TrimEnd(Dataconstant.ForwardSlash);
121-
}
121+
}
122122
}
123123
}
124124
public string ProjectName

src/LCT.Common/CommonHelper.cs

-1
Original file line numberDiff line numberDiff line change
@@ -253,7 +253,6 @@ public static string AddSpecificValuesToBOMFormat(Bom listOfComponentsToBom)
253253

254254
return formattedString;
255255
}
256-
257256
public static string[] GetRepoList(CommonAppSettings appSettings)
258257
{
259258
var projectTypeMappings = new Dictionary<string, Func<Artifactory>>

src/TestUtilities/TestParam.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ public class TestParam
3030
public string InternalDestinationRepoName { get; set; }
3131
public string DevDestinationRepoName { get; set; }
3232
public string FossologyTrigger { get; set; }
33-
public string TelemetryEnable { get; set; }
33+
public string TelemetryEnable { get; set; }
3434

3535
public TestParam()
3636
{

src/TestUtilities/TestParamAlpine.cs

+1
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ public class TestParamAlpine
2525
public string JfrogApi { get; set; }
2626
public string FossologyTrigger { get; set; }
2727
public string TelemetryEnable { get; set; }
28+
2829
public TestParamAlpine()
2930
{
3031
SW360AuthTokenType = s_Config["SW360AuthTokenType"];

0 commit comments

Comments
 (0)