Commit 2c8bf45
authored
Fix debug build (#122753)
>
/Users/adeel/projects/runtime5/src/coreclr/System.Private.CoreLib/src/System/Threading/Interlocked.CoreCLR.cs(149,9):
error IDE0036: Modifiers are not ordered
(https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0036)
[/Users/adeel/projects/runtime5/src/coreclr/System.Private.CoreLib/System.Private.CoreLib.csproj]1 parent 82562bb commit 2c8bf45
File tree
1 file changed
+1
-1
lines changed- src/coreclr/System.Private.CoreLib/src/System/Threading
1 file changed
+1
-1
lines changedLines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
146 | 146 | | |
147 | 147 | | |
148 | 148 | | |
149 | | - | |
| 149 | + | |
150 | 150 | | |
151 | 151 | | |
152 | 152 | | |
| |||
0 commit comments