Skip to content

Commit 9ae0e02

Browse files
Update Constants.cs
OCD change
1 parent fb48f58 commit 9ae0e02

File tree

1 file changed

+1
-1
lines changed
  • Skyline.DataMiner.CICD.Tools.GitHubToCatalogYaml

1 file changed

+1
-1
lines changed

Skyline.DataMiner.CICD.Tools.GitHubToCatalogYaml/Constants.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ internal static class Constants
88
{
99
public static readonly List<ArtifactType> ArtifactTypeMap = new List<ArtifactType>()
1010
{
11-
{ new ArtifactType(new[]{"AS"},"automationscript","Automation Script") },
11+
{ new ArtifactType(new[] { "AS" }, "automationscript", "Automation Script") },
1212
{ new ArtifactType(new[] { "C" }, "connector", "Connector")},
1313
{ new ArtifactType(new[] { "CF" }, "companionfile", "Companion File")},
1414
{ new ArtifactType(new[] { "CHATOPS" }, "chatopsextension", "ChatOps Extension")},

0 commit comments

Comments
 (0)