Skip to content

Commit

Permalink
Fix IDE0055 warnings
Browse files Browse the repository at this point in the history
Fix IDE0055 formatting warnings.
  • Loading branch information
martincostello committed Mar 21, 2023
1 parent 6dd3e27 commit d02451b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,5 @@ internal sealed class CallerArgumentExpressionAttribute : Attribute

public string ParameterName { get; }
}
#endif

#endif
3 changes: 2 additions & 1 deletion src/Polly.Core/LegacySupport/MaybeNullWhenAttribute.cs
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,5 @@ internal sealed class MaybeNullWhenAttribute : Attribute

public bool ReturnValue { get; }
}
#endif

#endif

0 comments on commit d02451b

Please sign in to comment.