Skip to content

Commit

Permalink
Small fix.
Browse files Browse the repository at this point in the history
Signed-off-by: André Silva <[email protected]>
  • Loading branch information
askpt committed Feb 2, 2024
1 parent c59c30e commit cdb8a86
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/OpenFeature/Model/FlagMetadata.cs
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,10 @@ public sealed class FlagMetadata : BaseMetadata
/// <summary>
/// Constructor for the <see cref="BaseMetadata"/> class.
/// </summary>
public FlagMetadata()
public FlagMetadata() : this([])
{
}


/// <summary>
/// Constructor for the <see cref="BaseMetadata"/> class.
/// </summary>
Expand Down

0 comments on commit cdb8a86

Please sign in to comment.