Skip to content

Commit 0a98952

Browse files
committed
Formatting
1 parent 6b9a5b1 commit 0a98952

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

src/Particular.LicensingComponent.Contracts/EndpointIndicator.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
namespace Particular.LicensingComponent.Contracts;
2+
23
using System.Text.Json.Serialization;
34

45
[JsonConverter(typeof(JsonStringEnumConverter))]

src/Particular.LicensingComponent.Contracts/EnvironmentDataType.cs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
namespace Particular.LicensingComponent.Contracts;
2+
23
using System.Text.Json.Serialization;
34

45
[JsonConverter(typeof(JsonStringEnumConverter))]
@@ -10,4 +11,4 @@ public enum EnvironmentDataType
1011
AuditInstances,
1112
ServiceControlVersion,
1213
ServicePulseVersion
13-
}
14+
}

0 commit comments

Comments
 (0)