Skip to content

Commit

Permalink
Update SA1130.md
Browse files Browse the repository at this point in the history
we have to restore the same warning ?
  • Loading branch information
SaidFayache authored Feb 9, 2021
1 parent 23db6c0 commit fdb8f3f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion documentation/SA1130.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,5 +71,5 @@ To fix a violation of this rule, replace the anonymous function with an equivale
```csharp
#pragma warning disable SA1130 // Use lambda syntax
Action a = delegate { x = 0; };
#pragma warning restore SA1128 // Use lambda syntax
#pragma warning restore SA1130 // Use lambda syntax
```

0 comments on commit fdb8f3f

Please sign in to comment.