Skip to content

Commit fbe214d

Browse files
committed
fixup! Support tracking
Signed-off-by: christian.lutnik <[email protected]>
1 parent 4f443b6 commit fbe214d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/OpenFeature/Model/TrackingEventDetails.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
using System;
1+
using System;
22
using System.Collections.Generic;
33
using System.Collections.Immutable;
44

test/OpenFeature.Tests/TrackingEventDetailsTest.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
using System.Collections.Generic;
1+
using System.Collections.Generic;
22
using OpenFeature.Model;
33
using OpenFeature.Tests.Internal;
44
using Xunit;

0 commit comments

Comments
 (0)