Skip to content

Commit

Permalink
Merge pull request #31 from dgmjr-io/deepsource-transform-b824ba9b
Browse files Browse the repository at this point in the history
style: format code with dotnet-format
  • Loading branch information
dgmjr authored Nov 6, 2023
2 parents 5fdfc1a + 33f0605 commit a386cf4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/Abstractions/IStringWithRegexValueObject.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
namespace System;

public interface IStringWithRegexValueObject<TSelf> : IRegexValueObject<TSelf>
where TSelf : IStringWithRegexValueObject<TSelf> { }
where TSelf : IStringWithRegexValueObject<TSelf>
{ }

0 comments on commit a386cf4

Please sign in to comment.