Skip to content

Commit

Permalink
fixed the CI
Browse files Browse the repository at this point in the history
  • Loading branch information
dadhi committed Oct 20, 2021
1 parent 539f9d8 commit 323fe98
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ public class ExtraSettings : Settings

public interface IValidator<in T>
{
public bool IsValid(T settings);
bool IsValid(T settings);
}

public abstract class AbstractValidator<T> : IValidator<T>
Expand Down

0 comments on commit 323fe98

Please sign in to comment.