Skip to content

Commit

Permalink
chore: Code cleanup (#1283)
Browse files Browse the repository at this point in the history
  • Loading branch information
DaveSkender authored Dec 1, 2024
1 parent 655c91e commit 5fb1e83
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/_common/Generics/Transforms.cs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ namespace Skender.Stock.Indicators;

// GENERIC TRANSFORMS

public static class Transforms
internal static class Transforms
{
// TO COLLECTION
internal static Collection<T> ToCollection<T>(this IEnumerable<T> source)
Expand Down
2 changes: 1 addition & 1 deletion src/_common/ObsoleteV2.cs
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ public static partial class Indicator

// 2.4.1
[ExcludeFromCodeCoverage]
[Obsolete("Rename 'ToBasicTuple(..)' to 'ToTuple(..)' to fix.", false)]
[Obsolete("'ToBasicTuple(..)' was deprecated.", false)]
public static List<(DateTime, double)> ToBasicTuple<TQuote>(
this IEnumerable<TQuote> quotes,
CandlePart candlePart)
Expand Down

0 comments on commit 5fb1e83

Please sign in to comment.