Skip to content

Commit 37450b6

Browse files
Fix build
Fix IDE0055 warning.
1 parent f37e697 commit 37450b6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Polly.Core/Utils/DefaultPredicates.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
namespace Polly.Utils;
2+
23
internal static class DefaultPredicates<TArgs, TResult>
34
where TArgs : IOutcomeArguments<TResult>
45
{

0 commit comments

Comments
 (0)