Skip to content

Commit

Permalink
fix: change visibility of IConverter
Browse files Browse the repository at this point in the history
  • Loading branch information
sandre58 committed May 24, 2024
1 parent 1ec0f3f commit a200308
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/MyNet.Utilities/Converters/IConverter.cs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

namespace MyNet.Utilities.Converters
{
internal interface IConverter<TFrom, TTo>
public interface IConverter<TFrom, TTo>
{
TTo Convert(TFrom item);

Expand Down

0 comments on commit a200308

Please sign in to comment.