Skip to content

Commit

Permalink
fix merge conflict
Browse files Browse the repository at this point in the history
  • Loading branch information
DaveSkender committed Feb 5, 2024
2 parents 6c6e70a + d6b889d commit 309f8eb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/other/PublicApi.Tests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@ internal sealed class MyEma : IResult
public double? Ema { get; set; }
}

internal sealed class MyCustomQuote: EquatableQuote, IQuote
internal sealed class MyCustomQuote
: EquatableQuote, IQuote
{
// override, redirect required properties
public override DateTime TickDate => CloseDate;
Expand Down

0 comments on commit 309f8eb

Please sign in to comment.